constant DATE_ISO in Date 5
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_ISO
- 5.2 date_api.module \DATE_ISO
- 6.2 date_api.module \DATE_ISO
- 6 date_api.module \DATE_ISO
- 7.3 date_api/date_api.module \DATE_ISO
- 7 date_api/date_api.module \DATE_ISO
- 7.2 date_api/date_api.module \DATE_ISO
@file 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:
date_load('date.inc');
19 uses of DATE_ISO
- 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_iso2array in ./
date.inc - date_iso2unix in ./
date.inc - date_jscalendar_make_dbdate in ./
date.inc - Construct a value to save to the database from jscalendar input
File
- ./
date_api.module, line 11 - 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_ISO', 'date');