constant DATE_FORMAT_ISO in Date 7
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_FORMAT_ISO
- 5.2 date_api.module \DATE_FORMAT_ISO
- 5 date_api.module \DATE_FORMAT_ISO
- 6.2 date_api.module \DATE_FORMAT_ISO
- 6 date_api.module \DATE_FORMAT_ISO
- 7.3 date_api/date_api.module \DATE_FORMAT_ISO
- 7.2 date_api/date_api.module \DATE_FORMAT_ISO
4 uses of DATE_FORMAT_ISO
- date_devel_generate in ./
date.devel_generate.inc - Implementation of Devel module's hook_content_generate().
- date_ical_parse_duration in date_api/
date_api_ical.inc - Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
- date_token_values in ./
date_token.inc - date_type_format in date_api/
date_api.module - Helper function for getting the format string for a date type.
File
- date_api/
date_api.module, line 27 - 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_ISO', "Y-m-d\\TH:i:s");