constant DATE_STRING_ISO in Date 5
4 uses of DATE_STRING_ISO
- date_range_value in ./
date_views.inc - Validate and pad date range argument element
- date_text2iso in ./
date.inc - Use stringtotime function to create an iso date out of text
- date_unix2iso in ./
date.inc - theme_date_formatter in ./
date.module - Theme date formatter.
File
- ./
date_api.module, line 14 - 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_STRING_ISO', "Y-m-d\\TH:i:s");