Small, auxiliary functions called by other parts of the daily module: date related functions and error messages.
| Name | Description |
|---|---|
| _daily_days_per_month | Get the number of days of a certain month. |
| _daily_format_date | Format a date array for output. |
| _daily_form_error_correct_nr | Return an HTMLized error reflecting you have to enter a proper number. |
| _daily_form_error_duplicate_date | Return an HTMLized error reflecting a daily item with this date already exists. |
| _daily_form_error_multiple_select_vocabulary | Return an HTMLized error reflecting your daily vocabulary has multiple select enabled. |
| _daily_form_error_no_nodes_found | Return an HTMLized error reflecting no nodes of this type have been defined> |
| _daily_form_error_no_taxonomy | Return an HTMLized error reflecting the taxonomy module is not enabled. |
| _daily_form_error_no_tid | Return an HTMLized error reflecting you must select a daily taxonomy term. |
| _daily_form_error_no_vocabulary | Return an HTMLized error reflecting you have no daily taxonomy selected. |
| _daily_form_error_recursive_container | Return an HTMLized error reflecting a daily container may not be included within a daily container. |
| _daily_pack_date | Pack a date array into a date string. |
| _daily_today | Get the current time in a date array. |
| _daily_tomorrow | Update a date array to tomorrow. |
| _daily_unpack_date | Unpack a date string into a date array. |