Date related functions

Several functions which manipulate dates.

Two date representations are used: a date string, of the form YYYYMMDD, and a date array, which has fields day, month and year.

Functions

Namesort iconLocationDescription
_daily_days_per_monthdaily/daily_aux.incGet the number of days of a certain month.
_daily_format_datedaily/daily_aux.incFormat a date array for output.
_daily_pack_datedaily/daily_aux.incPack a date array into a date string.
_daily_todaydaily/daily_aux.incGet the current time in a date array.
_daily_tomorrowdaily/daily_aux.incUpdate a date array to tomorrow.
_daily_unpack_datedaily/daily_aux.incUnpack a date string into a date array.