Merge pull request #15306 from bhahumanists/bhahumanists-mailingID
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Date.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {htxt id='date-format-title'}
11 {ts}Date Display Formats{/ts}
12 {/htxt}
13 {htxt id='date-format'}
14 <p>{ts}Use this screen to configure formats for date display and date input fields. Defaults are provided for standard United States formats. Settings use standard POSIX specifiers. Available specifiers and the values produced will vary based on your operating system and locale.{/ts}</p>
15 <p><strong>{ts}Commonly Used Specifiers{/ts}</strong></p>
16 <ul>
17 <li>%b - {ts}abbreviated month name ('Jan'..'Dec'){/ts}</li>
18 <li>%B - {ts}full month name ('January'..'December'){/ts}</li>
19 <li>%d - {ts}day of the month as a decimal number, 0-padded ('01'..'31'){/ts}</li>
20 <li>%e - {ts}day of the month as a decimal number, blank-padded (' 1'..'31'){/ts}</li>
21 <li>%E - {ts}day of the month as a decimal number ('1'..'31'){/ts}</li>
22 <li>%f - {ts}English ordinal suffix for the day of the month ('st', 'nd', 'rd', 'th'){/ts}</li>
23 <li>%H - {ts}hour in 24-hour format, 0-padded ('00'..'23'){/ts}</li>
24 <li>%I - {ts}hour in 12-hour format, 0-padded ('01'..'12'){/ts}</li>
25 <li>%k - {ts}hour in 24-hour format, blank-padded (' 0'..'23'){/ts}</li>
26 <li>%l - {ts}hour in 12-hour format, blank-padded (' 1'..'12'){/ts}</li>
27 <li>%m - {ts}month as a decimal number, 0-padded ('01'..'12'){/ts}</li>
28 <li>%M - {ts}minute, 0-padded ('00'..'60'){/ts}</li>
29 <li>%p - {ts}lowercase ante/post meridiem ('am', 'pm'){/ts}</li>
30 <li>%P - {ts}uppercase ante/post meridiem ('AM', 'PM'){/ts}</li>
31 <li>%Y - {ts}year as a decimal number including the century ('2015'){/ts}</li>
32 </ul>
33 {/htxt}