constant SCHEDULER_TIME_ONLY_FORMAT in Scheduler 7
3 uses of SCHEDULER_TIME_ONLY_FORMAT
- scheduler_date_popup_pre_validate_alter in ./
scheduler.module - Implements hook_date_popup_pre_validate_alter().
- _scheduler_form_alter in ./
scheduler.edit.inc - Helper function that does all the work for the real hook_form_alter().
- _scheduler_strtotime in ./
scheduler.module - Converts a time string from the user's timezone into a Unix timestamp.
File
- ./
scheduler.module, line 14 - Scheduler publishes and unpublishes nodes on dates specified by the user.
Code
define('SCHEDULER_TIME_ONLY_FORMAT', 'H:i:s');