constant DATE_FORMAT_UNIX in Date 8
Same name and namespace in other branches
- 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 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_type_format in date_api/
date_api.module - Helper function for getting the format string for a date type.
- theme_date_time_ago in date_api/
theme/ theme.inc - Returns HTML for a date in the format 'time ago'.
File
- date_api/
date_api.module, line 117 - 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
const DATE_FORMAT_UNIX = "U";