convert date DDmmmYYYY to Date
Details
This function converts a text date string to Date object, mainly to
allow date-related math operations, for example difftime
.
See also
Other jam date functions:
dateToDaysOld()
,
getDate()
Examples
asDate(getDate());
#> 22mar2025
#> "2025-03-22"