constant DATE_UNIX in Date 7
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
- 6 date_api.module \DATE_UNIX
- 7.3 date_api/date_api.module \DATE_UNIX
- 7.2 date_api/date_api.module \DATE_UNIX
5 uses of DATE_UNIX
- date_sql_handler::sql_field in date_api/
date_api_sql.inc - Helper function to create cross-database SQL dates.
- date_token_values in ./
date_token.inc - date_type_format in date_api/
date_api.module - Helper function for getting the format string for a date type.
- date_views_date_views_fields in date_views/
date_views.module - Implement hook_date_views_fields(). on behalf of core fields.
- _date_views_fields in date_views/
includes/ date_views_fields.inc - Identify all potential date/timestamp fields.
File
- date_api/
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');