You are here

constant DATE_UNIX in Date 7.2

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_UNIX
  2. 5.2 date_api.module \DATE_UNIX
  3. 5 date_api.module \DATE_UNIX
  4. 6.2 date_api.module \DATE_UNIX
  5. 6 date_api.module \DATE_UNIX
  6. 7.3 date_api/date_api.module \DATE_UNIX
  7. 7 date_api/date_api.module \DATE_UNIX
6 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_type_format in date_api/date_api.module
Helper function for getting the format string for a date type.
date_views_argument_handler_simple::init in date_views/includes/date_views_argument_handler_simple.inc
Init the handler with necessary data.
date_views_date_views_fields in date_views/date_views.module
Implements hook_date_views_fields().
date_views_filter_handler_simple::init in date_views/includes/date_views_filter_handler_simple.inc
Provide some extra help to get the operator/value easier to use.

... See full list

File

date_api/date_api.module, line 23
This module will make the date API available to other modules.

Code

define('DATE_UNIX', 'datestamp');