mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 19:53:36 +00:00
Fix issue #940
Fix for issue 940 - time was incorrectly displayed in a 12-hour fashion regardless of the 24 hour clock preference in config.js
This commit is contained in:
parent
8893df118e
commit
db0bd3fa2d
@ -81,7 +81,7 @@ Module.register("calendar", {
|
|||||||
case 24: {
|
case 24: {
|
||||||
moment.updateLocale(config.language, {
|
moment.updateLocale(config.language, {
|
||||||
longDateFormat: {
|
longDateFormat: {
|
||||||
LT: "hh:mm"
|
LT: "HH:mm"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user