You are here

constant FACETAPI_DATE_ISO8601 in Facet API 7.2

Same name and namespace in other branches
  1. 6.3 facetapi.module \FACETAPI_DATE_ISO8601
  2. 6 facetapi.module \FACETAPI_DATE_ISO8601
  3. 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');