summaryrefslogtreecommitdiff
path: root/www/lib/moment/src/locale/id.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/moment/src/locale/id.js')
-rw-r--r--www/lib/moment/src/locale/id.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lib/moment/src/locale/id.js b/www/lib/moment/src/locale/id.js
index 8af7f025..7bf359f4 100644
--- a/www/lib/moment/src/locale/id.js
+++ b/www/lib/moment/src/locale/id.js
@@ -13,11 +13,11 @@ export default moment.defineLocale('id', {
weekdaysMin : 'Mg_Sn_Sl_Rb_Km_Jm_Sb'.split('_'),
longDateFormat : {
LT : 'HH.mm',
- LTS : 'LT.ss',
+ LTS : 'HH.mm.ss',
L : 'DD/MM/YYYY',
LL : 'D MMMM YYYY',
- LLL : 'D MMMM YYYY [pukul] LT',
- LLLL : 'dddd, D MMMM YYYY [pukul] LT'
+ LLL : 'D MMMM YYYY [pukul] HH.mm',
+ LLLL : 'dddd, D MMMM YYYY [pukul] HH.mm'
},
meridiemParse: /pagi|siang|sore|malam/,
meridiemHour : function (hour, meridiem) {