Skip to contents

Return one string of the form "day/month/year", plus "hour:minutes", optionally.

Usage

u.date(short=FALSE)

Arguments

short

logical; if TRUE, no time is given.

Value

String with current date (and time).

Author

Martin Maechler, ca. 1992

See also

Examples

u.date()
#> [1] "01/Dec/2025, 20:43"
u.date(short = TRUE)
#> [1] "01/Dec/2025"