| | 4457 | <message> |
| | 4458 | <source>Date Format:</source> |
| | 4459 | <translation type="unfinished"></translation> |
| | 4460 | </message> |
| | 4461 | <message> |
| | 4462 | <source>Custom Date Format</source> |
| | 4463 | <translation type="unfinished"></translation> |
| | 4464 | </message> |
| | 4465 | <message> |
| | 4466 | <source><p>Available custom date format variables.</p> |
| | 4467 | <table> |
| | 4468 | <tr><th>Expression</th><th>Output</th></tr> |
| | 4469 | <tr><td>d</td><td>the day as number without a leading zero (1-31)</td></tr> |
| | 4470 | <tr><td>dd</td><td>the day as number with a leading zero (01-31)</td></tr> |
| | 4471 | <tr><td>ddd</td><td>the abbreviated localized day name (e.g. 'Mon'..'Sun')</td></tr> |
| | 4472 | <tr><td>dddd</td><td>the long localized day name (e.g. 'Monday'..'Sunday')</td></tr> |
| | 4473 | <tr><td>M</td><td>the month as number without a leading zero (1-12)</td></tr> |
| | 4474 | <tr><td>MM</td><td>the month as number with a leading zero (01-12)</td></tr> |
| | 4475 | <tr><td>MMM</td><td>the abbreviated localized month name (e.g. 'Jan'..'Dec')</td></tr> |
| | 4476 | <tr><td>MMMM</td><td>the long localized month name (e.g. 'January'..'December')</td></tr> |
| | 4477 | <tr><td>yy</td><td>the year as two digit number (00-99)</td></tr> |
| | 4478 | <tr><td>yyyy</td><td>the year as four digit number (1752-8000)</td></tr> |
| | 4479 | <tr><td colspan=2></td></tr> |
| | 4480 | <tr><td>h</td><td>the hour without a leading zero (0..23 or 1..12 if AM/PM display)</td></tr> |
| | 4481 | <tr><td>hh</td><td>the hour with a leading zero (00..23 or 01..12 if AM/PM display)</td></tr> |
| | 4482 | <tr><td>m</td><td>the minute without a leading zero (0..59)</td></tr> |
| | 4483 | <tr><td>mm</td><td>the minute with a leading zero (00..59)</td></tr> |
| | 4484 | <tr><td>s</td><td>the second whithout a leading zero (0..59)</td></tr> |
| | 4485 | <tr><td>ss</td><td>the second whith a leading zero (00..59)</td></tr> |
| | 4486 | <tr><td>z</td><td>the milliseconds without leading zeroes (0..999)</td></tr> |
| | 4487 | <tr><td>zzz</td><td>the milliseconds with leading zeroes (000..999)</td></tr> |
| | 4488 | <tr><td>AP</td><td>use AM/PM display. AP will be replaced by either 'AM' or 'PM'</td></tr> |
| | 4489 | <tr><td>ap</td><td>use am/pm display. ap will be replaced by either 'am' or 'pm'</td></tr> |
| | 4490 | </table></source> |
| | 4491 | <translation type="unfinished"></translation> |
| | 4492 | </message> |