Spaces:
Sleeping
Sleeping
File size: 1,376 Bytes
07c3cdd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | <?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="helpdate" type="xmlform" width="100%">
<A type="hidden"/>
<mask type="title" enablehtml="0" btn_cancel="Cancel">
<en><![CDATA[Options Mask]]></en>
</mask>
<option1 type="subtitle" enablehtml="1" btn_cancel="Cancel">
<en><![CDATA[%a β abbreviated weekday name
<br> %A β full weekday name
<br> %b β abbreviated month name
<br> %B β full month name
<br> %C β the century number
<br> %d β the day of the month (range 01 to 31)
<br> %e β the day of the month (range 1 to 31)
<br> %H β hour, range 00 to 23 (24h format)
<br> %I β hour, range 01 to 12 (12h format)
<br> %j β day of the year (range 001 to 366)
<br> %k β hour, range 0 to 23 (24h format)
<br> %l β hour, range 1 to 12 (12h format)
<br> %m β month, range 01 to 12
<br> %o β month, range 1 to 12
<br> %M β minute, range 00 to 59
<br> %n β a newline character
<br> %p β PM or AM
<br> %P β pm or am
<br> %s β UNIX time (number of seconds since 1970-01-01)
<br> %S β seconds, range 00 to 59
<br> %t β a tab character
<br> %W β week number
<br> %u β the day of the week (range 1 to 7, 1 = MON)
<br> %w β the day of the week (range 0 to 6, 0 = SUN)
<br> %y β year without the century (range 00 to 99)
<br> %Y β year with the century
<br> %% β a literal '%' character]]></en>
</option1>
</dynaForm>
|