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

See also