6 uses of FACETAPI_DATE_MINUTE in Facet API 6
- FacetapiLuceneapiAdapter::fetchDate in contrib/
facetapi_luceneapi/ facetapi_luceneapi.adapter.inc - Fetches data from facets that filter results by date ranges.
- 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_next_date_increment_get in ./
facetapi.module - Returns the next increment from the given ISO date and gap. This function is useful for getting the upper limit of a date range from the given start date.
- facetapi_timestamp_format in ./
facetapi.module - Returns a formatted date based on the passed timestamp and gap.
- facetapi_timestamp_gap_get in ./
facetapi.module - Determines the best search gap to use for an arbitrary date range.