getDate {jamba} | R Documentation |
get simple date string
Description
get simple date string in the format DDmonYYYY such as 17jul2018.
Usage
getDate(t = Sys.time(), trim = TRUE, dateFormat = "%d%b%Y", ...)
Arguments
t |
current time in an appropriate class such as |
trim |
|
dateFormat |
|
... |
additional parameters sent to |
Details
Gets the current date in a simplified text string. Use
asDate()
to convert back to Date object.
Value
character
vector with simplified date string
See Also
Other jam date functions:
asDate()
,
dateToDaysOld()
Examples
getDate();
[Package jamba version 1.0.4 Index]