diff options
Diffstat (limited to 'resources/lib/moment/locale/id.js')
-rw-r--r-- | resources/lib/moment/locale/id.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/lib/moment/locale/id.js b/resources/lib/moment/locale/id.js index 682ecf7a827b..9f8ff0a05b8b 100644 --- a/resources/lib/moment/locale/id.js +++ b/resources/lib/moment/locale/id.js @@ -77,8 +77,8 @@ yy: '%d tahun', }, week: { - dow: 1, // Monday is the first day of the week. - doy: 7, // The week that contains Jan 7th is the first week of the year. + dow: 0, // Sunday is the first day of the week. + doy: 6, // The week that contains Jan 6th is the first week of the year. }, }); |