constant DATE_FORMAT_DATETIME in Date 5
Same name and namespace in other branches
- 8 date_api/date_api.module \DATE_FORMAT_DATETIME
- 5.2 date_api.module \DATE_FORMAT_DATETIME
- 6.2 date_api.module \DATE_FORMAT_DATETIME
- 6 date_api.module \DATE_FORMAT_DATETIME
- 7.3 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7 date_api/date_api.module \DATE_FORMAT_DATETIME
- 7.2 date_api/date_api.module \DATE_FORMAT_DATETIME
File
- ./
date_api.module, line 17 - 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_FORMAT_DATETIME', "Y-m-d H:i:s");