You are here

constant DATE_FORMAT_ISO in Date 8

Same name and namespace in other branches
  1. 5.2 date_api.module \DATE_FORMAT_ISO
  2. 5 date_api.module \DATE_FORMAT_ISO
  3. 6.2 date_api.module \DATE_FORMAT_ISO
  4. 6 date_api.module \DATE_FORMAT_ISO
  5. 7.3 date_api/date_api.module \DATE_FORMAT_ISO
  6. 7 date_api/date_api.module \DATE_FORMAT_ISO
  7. 7.2 date_api/date_api.module \DATE_FORMAT_ISO
5 uses of DATE_FORMAT_ISO
DateiCalParse::parse_duration in date_api/lib/Drupal/date_api/DateiCalParse.php
Parses the duration of the event.
DateSqlHandler::views_formats in date_api/lib/Drupal/date_api/DateSqlHandler.php
@todo.
date_devel_generate in ./date.devel_generate.inc
Implements hook_devel_generate().
date_repeat_field_date_field_insert in date_repeat_field/date_repeat_field.devel_generate.inc
Implements hook_date_field_insert().
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 116
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

const DATE_FORMAT_ISO = "Y-m-d\\TH:i:s";