You are here

constant DATE_REGEX_ICAL_DATE in Date 7.3

Same name and namespace in other branches
  1. 5.2 date_api.module \DATE_REGEX_ICAL_DATE
  2. 6.2 date_api.module \DATE_REGEX_ICAL_DATE
  3. 6 date_api.module \DATE_REGEX_ICAL_DATE
  4. 7 date_api/date_api.module \DATE_REGEX_ICAL_DATE
  5. 7.2 date_api/date_api.module \DATE_REGEX_ICAL_DATE
1 use of DATE_REGEX_ICAL_DATE
date_ical_parse_date in date_api/date_api_ical.inc
Parses a ical date element.

File

date_api/date_api.module, line 39
This module will make the date API available to other modules.

Code

define('DATE_REGEX_ICAL_DATE', '/(\\d{4})(\\d{2})(\\d{2})/');