constant FACETAPI_DATE_ISO8601 in Facet API 6
Same name and namespace in other branches
- 6.3 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.module - 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 backens.
Code
define('FACETAPI_DATE_ISO8601', 'Y-m-d\\TH:i:s\\Z');