You are here

constant DATE_UNIX in Date 6.2

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_UNIX
  2. 5.2 date_api.module \DATE_UNIX
  3. 5 date_api.module \DATE_UNIX
  4. 6 date_api.module \DATE_UNIX
  5. 7.3 date_api/date_api.module \DATE_UNIX
  6. 7 date_api/date_api.module \DATE_UNIX
  7. 7.2 date_api/date_api.module \DATE_UNIX
12 uses of DATE_UNIX
DateAPITestCase::testDateAPI in tests/date_api.test
date_api_date_api_fields in ./date_api.module
Implementation of hook_date_api_fields(). on behalf of core fields.
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_is_valid in ./date_api.module
Functions to test the validity of a date in various formats. Has special case for ISO dates and arrays which can be missing month and day and still be valid.

... See full list

File

./date_api.module, line 21
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_UNIX', 'datestamp');