You are here

constant AUTO_BLOCK_SCHEDULER_DATE_FORMAT in Auto Block Scheduler 7

3 uses of AUTO_BLOCK_SCHEDULER_DATE_FORMAT
auto_block_scheduler_date_format in ./auto_block_scheduler.module
This function used to return auto block scheduler date format.
auto_block_scheduler_list in ./auto_block_scheduler.module
Displays a list of blocks that are scheduled for publish and unpublish.
auto_block_scheduler_option_for_block in ./auto_block_scheduler.module
It is used to add scheduler option in block create/edit form.

File

./auto_block_scheduler.module, line 9
Scheduler publishes and unpublishes block on dates specified by the user.

Code

define('AUTO_BLOCK_SCHEDULER_DATE_FORMAT', 'Y-m-d h:i:s');