| | 3565 | <message> |
| | 3566 | <source>Date Format:</source> |
| | 3567 | <translation type="unfinished"></translation> |
| | 3568 | </message> |
| | 3569 | <message> |
| | 3570 | <source>Custom Date Format</source> |
| | 3571 | <translation type="unfinished"></translation> |
| | 3572 | </message> |
| | 3573 | <message> |
| | 3574 | <source><p>Available custom date format variables.</p> |
| | 3575 | <table> |
| | 3576 | <tr><th>Expression</th><th>Output</th></tr> |
| | 3577 | <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> |
| | 3578 | <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> |
| | 3579 | <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> |
| | 3580 | <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> |
| | 3581 | <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> |
| | 3582 | <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> |
| | 3583 | <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> |
| | 3584 | <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> |
| | 3585 | <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> |
| | 3586 | <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> |
| | 3587 | <tr><td colspan=2></td></tr> |
| | 3588 | <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> |
| | 3589 | <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> |
| | 3590 | <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> |
| | 3591 | <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> |
| | 3592 | <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> |
| | 3593 | <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> |
| | 3594 | <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> |
| | 3595 | <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> |
| | 3596 | <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> |
| | 3597 | <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> |
| | 3598 | </table></source> |
| | 3599 | <translation type="unfinished"></translation> |
| | 3600 | </message> |