mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
c9b6e9bac0
API Update behaviour of form fields to use standard template lookup mechanism API Support custom "type" parameter to template lookup
27 lines
1.8 KiB
Scheme
27 lines
1.8 KiB
Scheme
<a href="#" class="toggle">
|
|
<% _t('MemberDatetimeOptionsetField.Toggle', 'Show formatting help') %>
|
|
</a>
|
|
<ul class="toggle-content">
|
|
<li>HH = <% _t('MemberDatetimeOptionsetField.TWODIGITHOUR24', 'Two digits of hour, 24 hour format (00 through 23)',
|
|
40, 'Help text describing what "hh" means in ISO date formatting') %></li>
|
|
<li>H = <% _t('MemberDatetimeOptionsetField.HOURNOLEADING24', 'Hour without leading zero, 24 hour format',
|
|
40, 'Help text describing what "h" means in ISO date formatting') %></li>
|
|
<li>hh = <% _t('MemberDatetimeOptionsetField.TWODIGITHOUR', 'Two digits of hour, 12 hour format (00 through 12)',
|
|
40, 'Help text describing what "hh" means in ISO date formatting') %></li>
|
|
<li>h = <% _t('MemberDatetimeOptionsetField.HOURNOLEADING', 'Hour without leading zero, 12 hour format',
|
|
40, 'Help text describing what "h" means in ISO date formatting') %></li>
|
|
<li>mm = <% _t('MemberDatetimeOptionsetField.TWODIGITMINUTE',
|
|
'Two digits of minute (00 through 59)',
|
|
40, 'Help text describing what "mm" means in ISO date formatting') %></li>
|
|
<li>m = <% _t('MemberDatetimeOptionsetField.MINUTENOLEADING', 'Minute without leading zero',
|
|
40, 'Help text describing what "m" means in ISO date formatting') %></li>
|
|
<li>ss = <% _t('MemberDatetimeOptionsetField.TWODIGITSECOND',
|
|
'Two digits of second (00 through 59)',
|
|
40, 'Help text describing what "ss" means in ISO date formatting') %></li>
|
|
<li>s = <% _t('MemberDatetimeOptionsetField.DIGITSDECFRACTIONSECOND',
|
|
'One or more digits representing a decimal fraction of a second',
|
|
40, 'Help text describing what "s" means in ISO date formatting') %></li>
|
|
<li>a = <% _t('MemberDatetimeOptionsetField.AMORPM', 'AM (Ante meridiem) or PM (Post meridiem)',
|
|
40, 'Help text describing what "a" means in ISO date formatting') %></li>
|
|
</ul>
|