Algosim documentation: date

date

Returns the current date, a specific date, converts a timestamp to a date structure, or extracts the date from a datetime.

Syntax

Description

Examples

date()
year: 2022
month: oktober
day: 17
date(10000)
year: 1927
month: maj
day: 18
date(1980, 07, 31)
year: 1980
month: juli
day: 31
date(now())
year: 2022
month: oktober
day: 17

See also