asDate | R Documentation |
convert date DDmmmYYYY to Date
asDate(getDateValues, dateFormat = "%d%b%Y", ...)
getDateValues |
|
dateFormat |
|
... |
additional parameters are ignored. |
This function converts a text date string to Date object, mainly to
allow date-related math operations, for example difftime
.
Date object
Other jam date functions:
dateToDaysOld()
,
getDate()
asDate(getDate());
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.