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.
| Name | Location | Description |
|---|---|---|
| _daily_days_per_month | daily/daily_aux.inc | Get the number of days of a certain month. |
| _daily_format_date | daily/daily_aux.inc | Format a date array for output. |
| _daily_pack_date | daily/daily_aux.inc | Pack a date array into a date string. |
| _daily_today | daily/daily_aux.inc | Get the current time in a date array. |
| _daily_tomorrow | daily/daily_aux.inc | Update a date array to tomorrow. |
| _daily_unpack_date | daily/daily_aux.inc | Unpack a date string into a date array. |