powered by
Given a vector of Julian dates, this returns them in the form ``10/11/1989'', ``28/7/1854'', etc.
date.mmddyyyy(sdate, sep = "/")
A vector of character strings containing the formatted dates.
A vector of Julian dates, e.g., as returned by mdy.date().
mdy.date()
Character string used to separate the month, day, and year portions of the returned string.
date.mdy, mdy.date, date.ddmmmyy
date.mdy
mdy.date
date.ddmmmyy
date.mmddyyyy(as.date(1:10))
Run the code above in your browser using DataLab