constant DATE_REGEX_ICAL_DATETIME in Date 7.2
Same name and namespace in other branches
- 5.2 date_api.module \DATE_REGEX_ICAL_DATETIME
- 6.2 date_api.module \DATE_REGEX_ICAL_DATETIME
- 6 date_api.module \DATE_REGEX_ICAL_DATETIME
- 7.3 date_api/date_api.module \DATE_REGEX_ICAL_DATETIME
- 7 date_api/date_api.module \DATE_REGEX_ICAL_DATETIME
1 use of DATE_REGEX_ICAL_DATETIME
- date_ical_parse_date in date_api/
date_api_ical.inc - Parses a ical date element.
File
- date_api/
date_api.module, line 40 - This module will make the date API available to other modules.
Code
define('DATE_REGEX_ICAL_DATETIME', '/(\\d{4})(\\d{2})(\\d{2})T(\\d{2})(\\d{2})(\\d{2})(Z)?/');