| | 3589 | <message> |
| | 3590 | <source>Date Format:</source> |
| | 3591 | <translation type="unfinished"></translation> |
| | 3592 | </message> |
| | 3593 | <message> |
| | 3594 | <source>Custom Date Format</source> |
| | 3595 | <translation type="unfinished"></translation> |
| | 3596 | </message> |
| | 3597 | <message> |
| | 3598 | <source><p>Available custom date format variables.</p> |
| | 3599 | <table> |
| | 3600 | <tr><th>Expression</th><th>Output</th></tr> |
| | 3601 | <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> |
| | 3602 | <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> |
| | 3603 | <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> |
| | 3604 | <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> |
| | 3605 | <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> |
| | 3606 | <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> |
| | 3607 | <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> |
| | 3608 | <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> |
| | 3609 | <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> |
| | 3610 | <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> |
| | 3611 | <tr><td colspan=2></td></tr> |
| | 3612 | <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> |
| | 3613 | <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> |
| | 3614 | <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> |
| | 3615 | <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> |
| | 3616 | <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> |
| | 3617 | <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> |
| | 3618 | <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> |
| | 3619 | <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> |
| | 3620 | <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> |
| | 3621 | <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> |
| | 3622 | </table></source> |
| | 3623 | <translation type="unfinished"></translation> |
| | 3624 | </message> |