Group: | Handling of time |
Topic: | Generating timepoints |
See also: | settime settimegran settimezero getlocalnow |
Function: | getnow | |
Description: | getnow returns the actual date and time in Greenwich time. |
Usage: | t = getnow() |
t = getnow() dayofmonth(t)+"."+month(t)+"."+year(t)
returns the actual date in the (german) format dd.mm.yyyy
Group: | Handling of time |
Topic: | Generating timepoints |
See also: | settime settimegran settimezero getlocalnow |