date.mmddyy | R Documentation |
Given a vector of Julian dates, this returns them in the form “10/11/89”, “28/7/54”, etc.
date.mmddyy(sdate, sep = "/")
sdate |
A vector of Julian dates, e.g., as returned by
|
sep |
Character string used to separate the month, day, and year portions of the returned string. |
A vector of character strings containing the formatted dates.
date.mdy
,
mdy.date
,
date.ddmmmyy
date.mmddyy(as.date(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.