IsDate {cbpManager}R Documentation

Check if input is in the appropriate date format

Description

Check if input is in the appropriate date format

Usage

IsDate(mydate, date.format = "%Y-%m-%d")

Arguments

mydate

date

date.format

string describig the date format

Value

boolean

Examples

cbpManager:::IsDate("2020-02-20")
cbpManager:::IsDate("20.01.2020", date.format = "%d.%m.%Y")


[Package cbpManager version 1.2.1 Index]