getDate | R Documentation |
get simple date string in the format DDmonYYYY such as 17jul2018.
getDate(t = Sys.time(), trim = TRUE, dateFormat = "%d%b%Y", ...)
t |
current time in an appropriate class such as |
trim |
|
dateFormat |
|
... |
additional parameters sent to |
Gets the current date in a simplified text string. Use
asDate()
to convert back to Date object.
character vector with simplified date string
Other jam date functions:
asDate()
,
dateToDaysOld()
getDate();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.