Return one string of the form "day/month/year", plus "hour:minutes",
optionally.
Arguments
- short
logical; if TRUE, no time is given.
Value
String with current date (and time).
Author
Martin Maechler, ca. 1992
Examples
u.date()
#> [1] "04/Jun/2026, 22:29"
u.date(short = TRUE)
#> [1] "04/Jun/2026"