| | 3500 | <message> |
| | 3501 | <source>Date Format:</source> |
| | 3502 | <translation type="unfinished"></translation> |
| | 3503 | </message> |
| | 3504 | <message> |
| | 3505 | <source>Custom Date Format</source> |
| | 3506 | <translation type="unfinished"></translation> |
| | 3507 | </message> |
| | 3508 | <message> |
| | 3509 | <source><p>Available custom date format variables.</p> |
| | 3510 | <table> |
| | 3511 | <tr><th>Expression</th><th>Output</th></tr> |
| | 3512 | <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> |
| | 3513 | <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> |
| | 3514 | <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> |
| | 3515 | <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> |
| | 3516 | <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> |
| | 3517 | <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> |
| | 3518 | <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> |
| | 3519 | <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> |
| | 3520 | <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> |
| | 3521 | <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> |
| | 3522 | <tr><td colspan=2></td></tr> |
| | 3523 | <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> |
| | 3524 | <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> |
| | 3525 | <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> |
| | 3526 | <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> |
| | 3527 | <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> |
| | 3528 | <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> |
| | 3529 | <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> |
| | 3530 | <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> |
| | 3531 | <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> |
| | 3532 | <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> |
| | 3533 | </table></source> |
| | 3534 | <translation type="unfinished"></translation> |
| | 3535 | </message> |