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());
#> 25jul2026
#> "2026-07-25"