You are here

constant DATE_REGEX_ISO in Date 7

Same name and namespace in other branches
  1. 5.2 date_api.module \DATE_REGEX_ISO
  2. 5 date_api.module \DATE_REGEX_ISO
  3. 6.2 date_api.module \DATE_REGEX_ISO
  4. 6 date_api.module \DATE_REGEX_ISO
  5. 7.3 date_api/date_api.module \DATE_REGEX_ISO
  6. 7.2 date_api/date_api.module \DATE_REGEX_ISO

File

date_api/date_api.module, line 34
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_ISO', '/(\\d{4})?(-(\\d{2}))?(-(\\d{2}))?([T\\s](\\d{2}))?(:(\\d{2}))?(:(\\d{2}))?/');