diff --git a/src/locale/nl-BE/_lib/formatLong/index.js b/src/locale/nl-BE/_lib/formatLong/index.js index 2b6cb470ab..4098416edc 100644 --- a/src/locale/nl-BE/_lib/formatLong/index.js +++ b/src/locale/nl-BE/_lib/formatLong/index.js @@ -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 = { diff --git a/src/locale/nl-BE/snapshot.md b/src/locale/nl-BE/snapshot.md index 83abbca0d5..50c4e521ce 100644 --- a/src/locale/nl-BE/snapshot.md +++ b/src/locale/nl-BE/snapshot.md @@ -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 | @@ -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 | @@ -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 |