You are here

constant FACETAPI_DATE_YEAR in Facet API 6

Same name and namespace in other branches
  1. 6.3 facetapi.module \FACETAPI_DATE_YEAR
  2. 7.2 facetapi.module \FACETAPI_DATE_YEAR
  3. 7 facetapi.module \FACETAPI_DATE_YEAR

String that represents a time gap of a year between two dates.

3 uses of FACETAPI_DATE_YEAR
facetapi_apachesolr_date_range in contrib/facetapi_apachesolr/facetapi_apachesolr.module
Gets the range of dates we are using.
facetapi_isodate in ./facetapi.module
Helper function to convert dates from Unix timestamps into ISO 8601 format.
facetapi_timestamp_gap_get in ./facetapi.module
Determines the best search gap to use for an arbitrary date range.

File

./facetapi.module, line 21
An abstracted facet API that can be used by various search backens.

Code

define('FACETAPI_DATE_YEAR', 'YEAR');