constant DATE_FORMAT_DATETIME in Date 6.2
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_FORMAT_DATETIME
- 5.2 date_api.module \DATE_FORMAT_DATETIME
- 5 date_api.module \DATE_FORMAT_DATETIME
- 6 date_api.module \DATE_FORMAT_DATETIME
- 7.3 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7.2 date_api/date_api.module \DATE_FORMAT_DATETIME
22 uses of DATE_FORMAT_DATETIME
- date_api_argument_handler::query in includes/
date_api_argument_handler.inc - Set up the query for this argument.
- date_api_filter_handler::date_filter in includes/
date_api_filter_handler.inc - date_api_filter_handler::default_value in includes/
date_api_filter_handler.inc - date_convert in ./
date_api.module - Date conversion helper function.
- date_field_all_day in date/
date.module - Determine if a from/to date combination qualify as 'All day'.
File
- ./
date_api.module, line 29 - This module will make the date API available to other modules. Designed to provide a light but flexible assortment of functions and constants, with more functionality in additional files that are not loaded unless other modules specifically include them.
Code
define('DATE_FORMAT_DATETIME', "Y-m-d H:i:s");