You are here

constant DATEX_USE_INTL in Datex 7

Same name and namespace in other branches
  1. 8 datex.module \DATEX_USE_INTL
  2. 7.3 datex.module \DATEX_USE_INTL
  3. 7.2 datex_api/datex_api.class.inc \DATEX_USE_INTL

whether to use PHP-Intl for date conversion or not. It's a default value and can be set in module's settings form.

File

datex_api/datex_api_classes.inc, line 12
API and helper functions used by other datex modules.

Code

define('DATEX_USE_INTL', FALSE);