| | 3426 | <message> |
| | 3427 | <source>Date Format:</source> |
| | 3428 | <translation type="unfinished"></translation> |
| | 3429 | </message> |
| | 3430 | <message> |
| | 3431 | <source>Custom Date Format</source> |
| | 3432 | <translation type="unfinished"></translation> |
| | 3433 | </message> |
| | 3434 | <message> |
| | 3435 | <source><p>Available custom date format variables.</p> |
| | 3436 | <table> |
| | 3437 | <tr><th>Expression</th><th>Output</th></tr> |
| | 3438 | <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> |
| | 3439 | <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> |
| | 3440 | <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> |
| | 3441 | <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> |
| | 3442 | <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> |
| | 3443 | <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> |
| | 3444 | <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> |
| | 3445 | <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> |
| | 3446 | <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> |
| | 3447 | <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> |
| | 3448 | <tr><td colspan=2></td></tr> |
| | 3449 | <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> |
| | 3450 | <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> |
| | 3451 | <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> |
| | 3452 | <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> |
| | 3453 | <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> |
| | 3454 | <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> |
| | 3455 | <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> |
| | 3456 | <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> |
| | 3457 | <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> |
| | 3458 | <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> |
| | 3459 | </table></source> |
| | 3460 | <translation type="unfinished"></translation> |
| | 3461 | </message> |