date.ddmmmyy: Format a Julian date

Description Usage Arguments Value See Also Examples

View source: R/date.R

Description

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

Usage

1
date.ddmmmyy(sdate)

Arguments

sdate

A vector of Julian dates, e.g., as returned by mdy.date().

Value

A vector of character strings containing the formatted dates.

See Also

mdy.date, date.mdy

Examples

1

Example output

 [1] "2Jan60"  "3Jan60"  "4Jan60"  "5Jan60"  "6Jan60"  "7Jan60"  "8Jan60" 
 [8] "9Jan60"  "10Jan60" "11Jan60"

date documentation built on May 2, 2019, 5:22 p.m.

Related to date.ddmmmyy in date...