constant DATE_FORMAT_DATETIME in Date 6
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.2 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
17 uses of DATE_FORMAT_DATETIME
- date_api_argument_handler::query in ./
date_api.views.inc - Set up the query for this argument.
- date_convert in ./
date_api.module - Date conversion helper function.
- date_formatter_process in date/
date.module - Helper function for creating formatted date arrays from a formatter.
- date_ical_parse_duration in ./
date_api_ical.inc - Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
- date_php4.inc in date_php4/
date_php4.inc
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");