invtd: Invert a day number to a date character string

Description Usage Arguments Value See Also Examples

Description

Invert a day number to a date character string

Usage

1
invtd(x)

Arguments

x

numeric []; representing a date as from td

Value

character []

See Also

td

Examples

1
2
3
4
invtd(td(28, 2, 1900))

# artificially vectorised with Vectorize
invtd(30000:30004)

CJBarry/td documentation built on May 6, 2019, 9:25 a.m.

Related to invtd in CJBarry/td...