date.mmddyy: 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 “10/11/89”, “28/7/54”, etc.

Usage

1
date.mmddyy(sdate, sep = "/")

Arguments

sdate

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

sep

Character string used to separate the month, day, and year portions of the returned string.

Value

A vector of character strings containing the formatted dates.

See Also

date.mdy, mdy.date, date.ddmmmyy

Examples

1

Example output

[1] "1/11/60"

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

Related to date.mmddyy in date...