You are here

constant DATE_FORMAT_DATE in Date 6.2

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_FORMAT_DATE
  2. 5.2 date_api.module \DATE_FORMAT_DATE
  3. 7.3 date_api/date_api.module \DATE_FORMAT_DATE
  4. 7 date_api/date_api.module \DATE_FORMAT_DATE
  5. 7.2 date_api/date_api.module \DATE_FORMAT_DATE
3 uses of DATE_FORMAT_DATE
DateAPITestCase::testDateAPI in tests/date_api.test
date_api_filter_handler::date_filter in includes/date_api_filter_handler.inc
date_token_values in date/date_token.inc

File

./date_api.module, line 32
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_DATE', 'Y-m-d');