You are here

constant DATE_FORMAT_DATETIME in Date 7

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.3 date_api/date_api.module \DATE_FORMAT_DATETIME
  7. 7.2 date_api/date_api.module \DATE_FORMAT_DATETIME
25 uses of DATE_FORMAT_DATETIME
DateObject::__construct in date_api/date_api.module
Overridden constructor.
DateObject::__toString in date_api/date_api.module
date_default_date in date_api/date_api_elements.inc
Create a date object from a datetime string value.
date_devel_generate in ./date.devel_generate.inc
Implementation of Devel module's hook_content_generate().
date_field_all_day in ./date.module
Determine if a from/to date combination qualify as 'All day'.

... See full list

File

date_api/date_api.module, line 29
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_FORMAT_DATETIME', "Y-m-d H:i:s");