Calendar date format
-
mine doesn’t even display the default date as per this doc, I would copy a picture but it has a bunch of private appointments in there.
Default value: MMM Do (e.g. Jan 18th)
mine displays (for example)
'appointment 03/10/2021
-
Try this…
{ module: "calendar", header: "AR Holidays", position: "top_left", config: { fade : false, timeFormat : "absolute", fullDayEventDateFormat : "DD-MM-YYYY", calendars: [ { symbol: "calendar-check", url: "https://calendar.google.com/sic.ics", auth: { user: '', pass: '', method: 'basic' } } ] } },
-
@mrega you were close
fade : false, timeFormat : "absolute", dateFormat : "DD MMM",
that fixed it thank you !
can you explain what the follow is 'Fade: false/ true ’ what does this refer to or alter?
and what does the “absolute” refer back too ?