Merge pull request #943 from QNimbus/fix-issue-940

Fix issue #940
This commit is contained in:
Michael Teeuw 2017-07-12 10:55:43 +02:00 committed by GitHub
commit c492ea77f1

View File

@ -81,7 +81,7 @@ Module.register("calendar", {
case 24: {
moment.updateLocale(config.language, {
longDateFormat: {
LT: "hh:mm"
LT: "HH:mm"
}
});
break;