Read the statement by Michael Teeuw here.
Calendar error ???
-
Anyone know how to fix this little calendar bug.
When you set it to a “Full Day Event” it sets the date to “Feb 7.”,
but if you set it to a “time limit” it sets to “07 / 02/2022”I have already put this in config
dateFormat: ‘DD / MM / YYYY’See the picture for more information.
Regards Assassins
-
@assassins there is a full date format too… see the doc
-
@sdetweil
This is my config to it :
module: ‘calendar’,
header: “Kalender”,
position: ‘bottom_left’,
timeFormat: 24,
config: {
dateFormat: ‘DD/MM/YYYY’,
colored: true,
showLocation: true,
maximumNumberOfDays: 90,
maximumEntries: 7,
calendars: [
{
symbol: ‘calendar’,
url: ‘http://localhost:8080/modules/calendars/home.ics’,
color: ‘#5bc0de’
}
]
}
},Have i forget somthing to the format. ???
-
-
@sdetweil
fullDayEventDateFormat:
work now, thanks