date.ddmmmyy {date} | R Documentation |
Given a vector of Julian dates, this returns them in the form “10Nov89”, “28Jul54”, etc.
date.ddmmmyy(sdate)
sdate |
A vector of Julian dates, e.g., as returned by
|
A vector of character strings containing the formatted dates.
date.ddmmmyy(1:10)