Dates & Timestamps
Dates in the future & past
Intervals of time between two dates
Intervals of time are calculated from midday on the first date midday to midday on the last date in the interval. Use an inclusive interval function if you want to include both the starting and ending date in the interval (see below)
Inclusive intervals of time between two dates
Time in a month or quarter
Midpoint between two dates
Week numbers (ISO 8601)
Day of the week on a particular date
Timestamps
Unix time is a system for describing a moment in time, often used in programming. A timestamp is the number of seconds that have passed since the "reference date" (January 1st, 1970).
To get a timestamp for the present moment, use current timestamp
ISO8601 Formatting
ISO8601 is an international standard for formatting dates & times, often used by databases.
Last updated