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: 2021
month: april
day: 13
date(10000)
year: 1927
month: maj
day: 18
date(1980, 07, 31)
year: 1980
month: juli
day: 31
date(now())
year: 2021
month: april
day: 13

See also