Convert Excel character date representation to a Date
excel_date.Rd
Convert Excel character date representation to a Date
See also
Other time:
duration_print()
,
month_factor()
,
season_factor()
,
time_aggregates
,
time_difftimes
,
time_elapsed()
,
time_factor()
,
timespan()
,
week_factor()
Examples
excel_date(c("44567", "44568"))
#> [1] "2022-01-06" "2022-01-07"