You are here

constant DATE_FORMAT_ICAL in Date 7.3

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_FORMAT_ICAL
  2. 5.2 date_api.module \DATE_FORMAT_ICAL
  3. 5 date_api.module \DATE_FORMAT_ICAL
  4. 6.2 date_api.module \DATE_FORMAT_ICAL
  5. 6 date_api.module \DATE_FORMAT_ICAL
  6. 7 date_api/date_api.module \DATE_FORMAT_ICAL
  7. 7.2 date_api/date_api.module \DATE_FORMAT_ICAL
2 uses of DATE_FORMAT_ICAL
date_api_ical_build_rrule in date_api/date_api_ical.inc
Build an iCal RULE from $form_values.
date_type_format in date_api/date_api.module
Helper function for getting the format string for a date type.

File

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

Code

define('DATE_FORMAT_ICAL', "Ymd\\THis");