powered by
Checks to see if format is YYYY-MM-DD. Also performs a few other date checks.
dateFormatCheck(date)
condition logical TRUE or FALSE if checks passed or failed
character
date <- '1985-01-01' dateFormatCheck(date) dateWrong <- '1999/1/7' dateFormatCheck(dateWrong)
Run the code above in your browser using DataLab