diff options
Diffstat (limited to 'www/lib/moment/locale/ms-my.js')
| -rw-r--r-- | www/lib/moment/locale/ms-my.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lib/moment/locale/ms-my.js b/www/lib/moment/locale/ms-my.js index 0f6b87e8..9c6fb56e 100644 --- a/www/lib/moment/locale/ms-my.js +++ b/www/lib/moment/locale/ms-my.js @@ -17,11 +17,11 @@ weekdaysMin : 'Ah_Is_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|tengahari|petang|malam/, meridiemHour: function (hour, meridiem) { @@ -78,4 +78,4 @@ return ms_my; -})); +}));
\ No newline at end of file |
