constant DATE_FORMAT_UNIX in Date 6
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_FORMAT_UNIX
- 5.2 date_api.module \DATE_FORMAT_UNIX
- 6.2 date_api.module \DATE_FORMAT_UNIX
- 7.3 date_api/date_api.module \DATE_FORMAT_UNIX
- 7 date_api/date_api.module \DATE_FORMAT_UNIX
- 7.2 date_api/date_api.module \DATE_FORMAT_UNIX
3 uses of DATE_FORMAT_UNIX
- date_type_format in ./
date_api.module - Helper function for getting the format string for a date type.
- _date_content_generate in date/
date_content_generate.inc - Implementation of Devel module's hook_content_generate().
- _date_field_update in date/
date_elements.inc - Private implementation of hook_field update and insert operations.
File
- ./
date_api.module, line 28 - 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_UNIX', "U");