📄️ Add time interval
Add time interval function
Add time interval function
Returns the current date and time.
Subtract time interval function
Rounds the time to the half hour.
Converts a date or date with time to a UInt8 number containing the month number (1-12).
Returns current date.
Converts a date or date with time to a UInt8 number containing the number of the day of the month (1-31).
Converts a date or date with time to a UInt8 number containing the number of the day of the week (Monday is 1, and Sunday is 7).
Converts a date or date with time to a UInt16 number containing the number of the day of the year (1-366).
Converts a date with time to a UInt8 number containing the number of the hour in 24-hour time (0-23).
Converts a date with time to a UInt8 number containing the number of the minute of the hour (0-59).
Rounds down a date or date with time to the nearest Monday.
Returns tomorrow date, same as today() + 1.
Converts a date with time to a UInt8 number containing the number of the second in the minute (0-59).
Rounds down a date with time to the start of the day.
Rounds down the date with time to the start of the fifteen-minute interval.
Rounds down a date with time to the start of the five-minute interval.
Rounds down a date with time to the start of the hour.
Returns the first day of the ISO year for a date or a date with time.
Rounds down a date with time to the start of the minute.
Rounds down a date or date with time to the first day of the month.
Rounds down a date or date with time to the first day of the quarter.
Rounds down a date with time to the start of the ten-minute interval.
Returns the first day of the year for a date or a date with time.
Returns the first day of the year for a date or a date with time.
Converts a date or date with time to a UInt16 number containing the year number (AD).
Converts a date or date with time to a UInt32 number containing the year and month number.
Converts a date or date with time to a UInt32 number containing the year and month number (YYYY 10000 + MM 100 + DD).
Converts a date or date with time to a UInt64 number containing the year and month number (YYYY 10000000000 + MM 100000000 + DD 1000000 + hh 10000 + mm * 100 + ss).
Returns yesterday date, same as today() - 1.