X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FLocalization.setting.php;h=dd1764d3f3d029b17a43a64cd095ad85308d24ff;hb=1809f3cf21bfcc5eef4be8e5b305a39e236cee03;hp=e375d92f3a9a3f72e377a65ce3394eec0c67fdf7;hpb=b5915bf6101d3745c8122b09fae9055acdf722ef;p=civicrm-core.git diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index e375d92f3a..dd1764d3f3 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -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,