constant DATE_UNIX in Date 6
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_UNIX
- 5.2 date_api.module \DATE_UNIX
- 5 date_api.module \DATE_UNIX
- 6.2 date_api.module \DATE_UNIX
- 7.3 date_api/date_api.module \DATE_UNIX
- 7 date_api/date_api.module \DATE_UNIX
- 7.2 date_api/date_api.module \DATE_UNIX
13 uses of DATE_UNIX
- DateAPI::testDateAPI in tests/
date_api.test - date_api_fields in ./
date_api.views.inc - Identify all potential date/timestamp 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_copy_convert_events in date_copy/
date_copy.module
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');