date.ddmmmyy {date}R Documentation

Format a Julian date

Description

Given a vector of Julian dates, this returns them in the form ``10Nov89'', ``28Jul54'', etc.

Usage

date.ddmmmyy(sdate)

Value

A vector of character strings containing the formatted dates.

See Also

mdy.date, date.mdy

Examples

date.ddmmmyy(1:10)