Skip to content

Commit

Permalink
Adjust Flemish short date format (#2535)
Browse files Browse the repository at this point in the history
Changed: Made Flemish short date format corresponds to the Flemish government.
  • Loading branch information
call-a3 committed Jul 29, 2021
1 parent 4121103 commit 4449d2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/locale/nl-BE/_lib/formatLong/index.js
Expand Up @@ -4,7 +4,7 @@ var dateFormats = {
full: 'EEEE d MMMM y',
long: 'd MMMM y',
medium: 'd MMM y',
short: 'dd-MM-y'
short: 'dd.MM.y'
}

var timeFormats = {
Expand Down
12 changes: 6 additions & 6 deletions src/locale/nl-BE/snapshot.md
Expand Up @@ -160,8 +160,8 @@
| | | 2019-04-01T12:55:14.015Z | 55e | 2019-04-01T12:55:00.000Z |
| Second | so | 2019-01-01T12:13:01.015Z | 1e | 2019-01-01T12:13:01.000Z |
| | | 2019-04-01T12:13:55.015Z | 55e | 2019-04-01T12:13:55.000Z |
| Long localized date | P | 1987-02-11T12:13:14.015Z | 11-02-1987 | 1987-02-11T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29-05-1453 | 1453-05-29T00:00:00.000Z |
| Long localized date | P | 1987-02-11T12:13:14.015Z | 11.02.1987 | 1987-02-11T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29.05.1453 | 1453-05-29T00:00:00.000Z |
| | PP | 1987-02-11T12:13:14.015Z | 11 feb. 1987 | 1987-02-11T00:00:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29 mei 1453 | 1453-05-29T00:00:00.000Z |
| | PPP | 1987-02-11T12:13:14.015Z | 11 februari 1987 | 1987-02-11T00:00:00.000Z |
Expand All @@ -176,8 +176,8 @@
| | | 1453-05-29T23:59:59.999Z | 23:59:59 GMT+0 | Errored |
| | pppp | 1987-02-11T12:13:14.015Z | 12:13:14 GMT+00:00 | Errored |
| | | 1453-05-29T23:59:59.999Z | 23:59:59 GMT+00:00 | Errored |
| Combination of date and time | Pp | 1987-02-11T12:13:14.015Z | 11-02-1987, 12:13 | 1987-02-11T12:13:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29-05-1453, 23:59 | 1453-05-29T23:59:00.000Z |
| Combination of date and time | Pp | 1987-02-11T12:13:14.015Z | 11.02.1987, 12:13 | 1987-02-11T12:13:00.000Z |
| | | 1453-05-29T23:59:59.999Z | 29.05.1453, 23:59 | 1453-05-29T23:59:00.000Z |
| | PPpp | 1987-02-11T12:13:14.015Z | 11 feb. 1987, 12:13:14 | 1987-02-11T12:13:14.000Z |
| | | 1453-05-29T23:59:59.999Z | 29 mei 1453, 23:59:59 | 1453-05-29T23:59:59.000Z |
| | PPPppp | 1987-02-11T12:13:14.015Z | 11 februari 1987 om 12:13:14 GMT+0 | Errored |
Expand Down Expand Up @@ -295,10 +295,10 @@ If now is January 1st, 2000, 00:00.

| Date | Result |
| ------------------------ | ----------------------- |
| 2000-01-10T00:00:00.000Z | 10-01-2000 |
| 2000-01-10T00:00:00.000Z | 10.01.2000 |
| 2000-01-05T00:00:00.000Z | woensdag om 00:00 |
| 2000-01-02T00:00:00.000Z | morgen om 00:00 |
| 2000-01-01T00:00:00.000Z | vandaag om 00:00 |
| 1999-12-31T00:00:00.000Z | gisteren om 00:00 |
| 1999-12-27T00:00:00.000Z | vorige maandag om 00:00 |
| 1999-12-21T00:00:00.000Z | 21-12-1999 |
| 1999-12-21T00:00:00.000Z | 21.12.1999 |

0 comments on commit 4449d2b

Please sign in to comment.