You are here

constant DATE_FORMAT_UNIX in Date 7

Same name and namespace in other branches
  1. 8 date_api/date_api.module \DATE_FORMAT_UNIX
  2. 5.2 date_api.module \DATE_FORMAT_UNIX
  3. 6.2 date_api.module \DATE_FORMAT_UNIX
  4. 6 date_api.module \DATE_FORMAT_UNIX
  5. 7.3 date_api/date_api.module \DATE_FORMAT_UNIX
  6. 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");