u.date.Rd
Return one string of the form "day/month/year", plus "hour:minutes", optionally.
u.date(short=FALSE)
logical; if TRUE, no time is given.
TRUE
String with current date (and time).
Martin Maechler, ca. 1992
u.Datumvonheute.
u.Datumvonheute
u.date() #> [1] "16/Sep/2025, 20:51" u.date(short = TRUE) #> [1] "16/Sep/2025"