date_to_calmonth_c {cstime} | R Documentation |
Date -> calmonth (character)
date_to_calmonth_c(x = lubridate::today())
## Default S3 method:
date_to_calmonth_c(x)
## S3 method for class 'character'
date_to_calmonth_c(x = lubridate::today())
## S3 method for class 'Date'
date_to_calmonth_c(x = lubridate::today())
x |
a Date object or string, in the form of 'yyyy-mm-dd' |
calmonth ("XX")
date_to_calmonth_c("2021-08-11")
date_to_calmonth_c(lubridate::today())