Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.24 KB

time.md

File metadata and controls

71 lines (44 loc) · 1.24 KB

get year in _

The get year in _ stores the current year number in the passed number variable.

Syntax:

get year in <number-var>

get month in _

The get month in _ stores the current month number (1 - 12) in the passed number variable.

Syntax:

get month in <number-var>

get day in _

The get day in _ stores the current day of the month (1 - 31) in the passed number variable.

Syntax:

get day in <number-var>

get hour in _

The get hour in _ stores the current hour in the passed number variable.

Syntax:

get hour in <number-var>

get minutes in _

The get minutes in _ stores the current minutes in the passed number variable.

Syntax:

get minutes in <number-var>

get seconds in _

The get seconds in _ stores the current seconds in the passed number variable.

Syntax:

get seconds in <number-var>

get epoch in _

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>