The get year in _
stores the current year number in the passed number variable.
Syntax:
get year in <number-var>
The get month in _
stores the current month number (1 - 12) in the passed number variable.
Syntax:
get month in <number-var>
The get day in _
stores the current day of the month (1 - 31) in the passed number variable.
Syntax:
get day in <number-var>
The get hour in _
stores the current hour in the passed number variable.
Syntax:
get hour in <number-var>
The get minutes in _
stores the current minutes in the passed number variable.
Syntax:
get minutes in <number-var>
The get seconds in _
stores the current seconds in the passed number variable.
Syntax:
get seconds in <number-var>
The get epoch in _
stores the current Unix time (the number of seconds that
have elapsed since the Unix epoch, that is the time 00:00:00 UTC on 1 January
1970) in the passed number variable.
Syntax:
get epoch in <number-var>