You are here

constant SCHEDULER_DATE_ONLY_FORMAT in Scheduler 7

2 uses of SCHEDULER_DATE_ONLY_FORMAT
_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 13
Scheduler publishes and unpublishes nodes on dates specified by the user.

Code

define('SCHEDULER_DATE_ONLY_FORMAT', 'Y-m-d');