You are here

constant DATE_REGEX_ICAL_DATETIME in Date 7

Same name and namespace in other branches
  1. 5.2 date_api.module \DATE_REGEX_ICAL_DATETIME
  2. 6.2 date_api.module \DATE_REGEX_ICAL_DATETIME
  3. 6 date_api.module \DATE_REGEX_ICAL_DATETIME
  4. 7.3 date_api/date_api.module \DATE_REGEX_ICAL_DATETIME
  5. 7.2 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
Parse a ical date element.

File

date_api/date_api.module, line 38
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_REGEX_ICAL_DATETIME', '/(\\d{4})(\\d{2})(\\d{2})T(\\d{2})(\\d{2})(\\d{2})(Z)?/');