date_formats {bambooHR} | R Documentation |
Check Date Format
Description
Functions to check date and datetime formats
Usage
is_ymd(date = NULL)
is_ymd_hms(date = NULL)
is_ymd_hmsms(date = NULL)
Functions
-
is_ymd()
: Check format is YYYY-MM-DD -
is_ymd_hms()
: Check format is YYYY-MM-DD HH:MM:SS -
is_ymd_hmsms()
: Check format is YYYY-MM-DD HH:MM:SS.mmm
[Package bambooHR version 0.1.1 Index]