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

View source: R/is_date_format.R

is_date_formatR Documentation

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)

Arguments

date

The list applied from rv$restricting_date

format

The format parameters. See ?strptime for parameter info.

Value

TRUE/FALSE


miracum/misc-diztools documentation built on April 14, 2025, 7:33 a.m.