You are here

constant DATE_FORMAT_DATETIME in Date 7.3

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_FORMAT_DATETIME
  2. 5.2 date_api.module \DATE_FORMAT_DATETIME
  3. 5 date_api.module \DATE_FORMAT_DATETIME
  4. 6.2 date_api.module \DATE_FORMAT_DATETIME
  5. 6 date_api.module \DATE_FORMAT_DATETIME
  6. 7 date_api/date_api.module \DATE_FORMAT_DATETIME
  7. 7.2 date_api/date_api.module \DATE_FORMAT_DATETIME
26 uses of DATE_FORMAT_DATETIME
DateObject::__construct in date_api/date_api.module
Constructs a date object.
DateObject::__toString in date_api/date_api.module
Returns the date object as a string.
date_combo_element_process in ./date_elements.inc
Process an individual date element.
date_context_date_condition::execute in date_context/plugins/date_context_date_condition.inc
date_default_date in date_api/date_api_elements.inc
Create a date object from a datetime string value.

... See full list

File

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

Code

define('DATE_FORMAT_DATETIME', "Y-m-d H:i:s");