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!