diff options
Diffstat (limited to 'resources/lib/moment/locale/en-in.js')
-rw-r--r-- | resources/lib/moment/locale/en-in.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/resources/lib/moment/locale/en-in.js b/resources/lib/moment/locale/en-in.js index 68db5108a343..c10fb4bb9f0b 100644 --- a/resources/lib/moment/locale/en-in.js +++ b/resources/lib/moment/locale/en-in.js @@ -60,17 +60,17 @@ ~~((number % 100) / 10) === 1 ? 'th' : b === 1 - ? 'st' - : b === 2 - ? 'nd' - : b === 3 - ? 'rd' - : 'th'; + ? 'st' + : b === 2 + ? 'nd' + : b === 3 + ? 'rd' + : 'th'; return number + output; }, week: { - dow: 1, // Monday is the first day of the week. - doy: 4, // The week that contains Jan 4th is the first week of the year. + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 1st is the first week of the year. }, }); |