constant DATE_FORMAT_ICAL in Date 6
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_FORMAT_ICAL
- 5.2 date_api.module \DATE_FORMAT_ICAL
- 5 date_api.module \DATE_FORMAT_ICAL
- 6.2 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
3 uses of DATE_FORMAT_ICAL
- date_convert in ./
date_api.module - Date conversion helper function.
- date_ical_export in ./
date_api_ical.inc - Turn an array of events into a valid iCalendar file
- date_type_format in ./
date_api.module - Helper function for getting the format string for a date type.
File
- ./
date_api.module, line 30 - 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_ICAL', "Ymd\\THis");