constant SCHEDULER_DATE_FORMAT in Scheduler 6
Same name and namespace in other branches
- 5 scheduler.module \SCHEDULER_DATE_FORMAT
- 7 scheduler.module \SCHEDULER_DATE_FORMAT
7 uses of SCHEDULER_DATE_FORMAT
- scheduler_admin in ./scheduler.module 
- scheduler_form_alter in ./scheduler.module 
- Implementation of hook_form_alter().
- scheduler_nodeapi in ./scheduler.module 
- Implementation of hook_nodeapi().
- scheduler_preprocess_node in ./scheduler.module 
- Implements hook_preprocess_node(); Makes the publish_on and unpublish_on data available as theme variables.
- _scheduler_publish in ./scheduler.module 
- Publish scheduled nodes.
File
- ./scheduler.module, line 3 
Code
define('SCHEDULER_DATE_FORMAT', 'Y-m-d H:i:s');