Datum und Uhrzeit (auf deutsch)
Return current date and time as a string, possibly including day of the week in German.
u.Datumvonheute(W.tag=2, Zeit=FALSE) C.Monatsname C.Wochentag C.Wochentagkurz C.weekday
W.tag |
logical or integer specifying you want weekday (‘Wochentag’).
|
Zeit |
logical or integer specifying if time ("Zeit") is desired.
|
A string with the current date/time, in the form specified by the arguments.
The C.*
are character
vector “constants”,
the German ones actually used by u.Datumvonheute
.
Caterina Savi, Martin Maechler
u.date
for a similar English version, and
p.datum
which plots.
For English month names, etc month.name
.
u.Datumvonheute() u.Datumvonheute(W.tag=1, Zeit=TRUE) u.Datumvonheute(W.tag= FALSE, Zeit=2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.