constant DATE_FORMAT_ICAL in Date 8
Same name and namespace in other branches
- 5.2 date_api.module \DATE_FORMAT_ICAL
- 5 date_api.module \DATE_FORMAT_ICAL
- 6.2 date_api.module \DATE_FORMAT_ICAL
- 6 date_api.module \DATE_FORMAT_ICAL
- 7.3 date_api/date_api.module \DATE_FORMAT_ICAL
- 7 date_api/date_api.module \DATE_FORMAT_ICAL
- 7.2 date_api/date_api.module \DATE_FORMAT_ICAL
2 uses of DATE_FORMAT_ICAL
- DateiCalParse::build_rrule in date_api/
lib/ Drupal/ date_api/ DateiCalParse.php - The reverse of the parse_rrule() function.
- 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 119 - 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
const DATE_FORMAT_ICAL = "Ymd\\THis";