{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *}
{capture assign=crmURL}{crmURL p='civicrm/admin/setting/preferences/date' q='action=reset=1'}{/capture} {ts 1=$crmURL}Use this screen to configure default formats for date display and date input fields throughout your site. Settings use standard POSIX specifiers. New installations are preconfigured with standard United States formats. You can override this default setting and define the range of allowed dates for specific field types at Administer > Customize Data and Screens > Date Preferences{/ts} {help id='date-format'}
{include file="CRM/common/formButtons.tpl" location="top"}
{ts}Date Display{/ts}
{$form.dateformatDatetime.label} {$form.dateformatDatetime.html}
{$form.dateformatFull.label} {$form.dateformatFull.html}
{$form.dateformatPartial.label} {$form.dateformatPartial.html}
{$form.dateformatYear.label} {$form.dateformatYear.html}
{$form.dateformatTime.label} {$form.dateformatTime.html}
{$form.dateformatFinancialBatch.label} {$form.dateformatFinancialBatch.html}
{$form.dateformatshortdate.label} {$form.dateformatshortdate.html}
{ts}Date Input Fields{/ts}
{$form.dateInputFormat.label} {$form.dateInputFormat.html}
{$form.timeInputFormat.label} {$form.timeInputFormat.html}
{ts}Calendar{/ts}
{$form.weekBegins.label} {$form.weekBegins.html}
{$form.fiscalYearStart.label} {$form.fiscalYearStart.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}