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] "01/Dec/2025, 20:43"
u.date(short = TRUE)
#> [1] "01/Dec/2025"