Merge pull request #9602 from eileenmcnaughton/triggers
[civicrm-core.git] / settings / Localization.setting.php
index e375d92f3a9a3f72e377a65ce3394eec0c67fdf7..dd1764d3f3d029b17a43a64cd095ad85308d24ff 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2016                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2016
+ * @copyright CiviCRM LLC (c) 2004-2017
  * $Id$
  *
  */
@@ -345,6 +345,25 @@ return array(
     'title' => 'Date Format: Financial Batch',
     'description' => '',
   ),
+  'dateformatshortdate' => array(
+    'add' => '4.7',
+    'help_text' => NULL,
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'group_name' => 'Localization Preferences',
+    'group' => 'localization',
+    'name' => 'dateformatshortdate',
+    'type' => 'String',
+    'quick_form_type' => 'Element',
+    'html_type' => 'text',
+    'html_attributes' => array(
+      'size' => '12',
+      'maxlength' => '60',
+    ),
+    'default' => '%m/%d/%Y',
+    'title' => 'Date Format: Short date Month Day Year',
+    'description' => '',
+  ),
   'dateInputFormat' => array(
     'add' => '4.7',
     'help_text' => NULL,