We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebb07c commit 8e257deCopy full SHA for 8e257de
lib/locales/fr.js
@@ -87,6 +87,7 @@ module.exports = {
87
thousands: ' ',
88
year: '%Y',
89
month: '%b %Y',
90
- dayMonth: '%e %b'
+ dayMonth: '%-d %b',
91
+ dayMonthYear: '%-d %b %Y'
92
}
93
};
src/locale-en.js
@@ -35,7 +35,7 @@ module.exports = {
35
currency: ['$', ''],
36
37
38
- dayMonth: '%b %e',
39
- dayMonthYear: '%b %e, %Y'
+ dayMonth: '%b %-d',
+ dayMonthYear: '%b %-d, %Y'
40
41
0 commit comments