You are here

constant DATE_DATETIME in Date 5.2

Same name and namespace in other branches
  1. 5 date_api.module \DATE_DATETIME
  2. 6.2 date_api.module \DATE_DATETIME
  3. 6 date_api.module \DATE_DATETIME
  4. 7.3 date_api/date_api.module \DATE_DATETIME
  5. 7 date_api/date_api.module \DATE_DATETIME
  6. 7.2 date_api/date_api.module \DATE_DATETIME
20 uses of DATE_DATETIME
DateAPI::testDateAPI in tests/date_api.test
date_api_ical_build_rrule in ./date_api_ical.inc
Build an iCal RULE from $form_values.
date_convert in ./date_api.module
Date conversion helper function.
date_convert_from_custom in ./date_api_elements.inc
Convert a date input in a custom format to a standard date type
date_copy_convert_events in date_copy/date_copy.module

... See full list

File

./date_api.module, line 22
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_DATETIME', 'datetime');