Learn R Programming

DIZtools (version 1.0.3)

is_date_format: Checks if a string matches a given date format.

Description

Checks if a string matches a given date format.

Usage

is_date_format(date, format)

Value

TRUE/FALSE

Arguments

date

The list applied from rv$restricting_date

format

The format parameters. See ?strptime for parameter info.