A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
Date in the calendar module is in the wrong format. MM/DD/YY instead of DD/MM/YY
-
Hi,
The calendar module displays the date of my calendar entries as MM/DD/YY but I want to change it into DD/MM/YY or anything used in europe.
Things I tried:
-
I looked at the documentation (https://docs.magicmirror.builders/modules/calendar.html) and read https://momentjs.com/docs/#/parsing/string-format/.
-
In the config.js I tried the following code but it does not seem to change anything:
config:{ dateFormat: "DD MM YY", calendars: [
- I also tried:
config:{ fullDayEventDateFormat: "DD MM YY", calendars: [
Is there something I’m missing because I cannot figure out how to get it working.
Thanks in advance for the help!
-
-
@sander023 I put your post back, cause I want to reply for others…
in this case, u also need timeFormat:‘absolute’,
dateFormat: "DD/MM/YY", timeFormat:'absolute', fullDayEventDateFormat:"DD/MM/YY",