constant DATE_FORMAT_UNIX in Date 7
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
- 6 date_api.module \DATE_FORMAT_UNIX
- 7.3 date_api/date_api.module \DATE_FORMAT_UNIX
- 7.2 date_api/date_api.module \DATE_FORMAT_UNIX
2 uses of DATE_FORMAT_UNIX
- date_devel_generate in ./
date.devel_generate.inc - Implementation of Devel module's hook_content_generate().
- date_type_format in date_api/
date_api.module - Helper function for getting the format string for a date type.
File
- date_api/
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");