constant DATE_UNIX in Date 5
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_UNIX
- 5.2 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 date_api/date_api.module \DATE_UNIX
- 7.2 date_api/date_api.module \DATE_UNIX
19 uses of DATE_UNIX
- date_convert_timezone in ./
date.inc - Timezone conversion function
- date_data_integrity in ./
date.install - Progressive update of date information, integrity checking of all date values.
- date_is_valid in ./
date.inc - Functions to test the validity of various date parts
- date_jscalendar_make_dbdate in ./
date.inc - Construct a value to save to the database from jscalendar input
- date_jscalendar_validate in ./
date.inc - Validation for jscalendar input
File
- ./
date_api.module, line 12 - A module that will make the date API available to other modules with no dependencies on CCK. To use it, install the module, then add the following code wherever date api functions are needed:
Code
define('DATE_UNIX', 'datestamp');