You are here

constant DATE_UNIX in Date 5.2

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_UNIX
  2. 5 date_api.module \DATE_UNIX
  3. 6.2 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
16 uses of DATE_UNIX
DateAPI::testDateAPI in tests/date_api.test
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_copy_convert_events in date_copy/date_copy.module
date_copy_import_ical_form_submit in date_copy/date_copy.module

... 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');