You are here

constant DATE_FORMAT_DATETIME in Date 5.2

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_FORMAT_DATETIME
  2. 5 date_api.module \DATE_FORMAT_DATETIME
  3. 6.2 date_api.module \DATE_FORMAT_DATETIME
  4. 6 date_api.module \DATE_FORMAT_DATETIME
  5. 7.3 date_api/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
20 uses of DATE_FORMAT_DATETIME
date_convert in ./date_api.module
Date conversion helper function.
date_formatter_process in date/date.module
Helper function for creating formatted date arrays from a formatter.
date_generate in date/date_content_generate.inc
date_ical_parse_duration in ./date_api_ical.inc
Parse the duration of the event. Example: DURATION:PT1H30M DURATION:P1Y2M
date_php4.inc in date_php4/date_php4.inc

... See full list

File

./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");