constant FACETAPI_DATE_ISO8601 in Facet API 6.3
Same name and namespace in other branches
- 6 facetapi.module \FACETAPI_DATE_ISO8601
- 7.2 facetapi.module \FACETAPI_DATE_ISO8601
- 7 facetapi.module \FACETAPI_DATE_ISO8601
Date string for ISO 8601 date formats.
1 use of FACETAPI_DATE_ISO8601
- facetapi_isodate in ./
facetapi.date.inc - Helper function to convert dates from Unix timestamps into ISO 8601 format.
File
- ./
facetapi.module, line 51 - An abstracted facet API that can be used by various search backends.
Code
define('FACETAPI_DATE_ISO8601', 'Y-m-d\\TH:i:s\\Z');