Read the statement by Michael Teeuw here.
Help with date format MMM-CalendarExt3
-
@MMRIZE singapore with english. i would want the general general data format to be dd mm yyyy and sunday is the start of the week.
so i tried setting in cx3 config locale = en-gb or en-sg, and nothing’s changed…
-
@1a2a3a
You can set a locale as “en-GB” to get English, DD MM.
Then to get Week starting from Sunday, you can adjust “firstDayOfWeek:0". -
@MMRIZE so under the let config at the top section, i leave language and locale as default ya?
language: “en”,
locale: “en-US”,
logLevel: [“INFO”, “LOG”, “WARN”, “ERROR”], // Add “DEBUG” for even more logging
timeFormat: “24”,then in cx3 config i insert -
module: “MMM-CalendarExt3”,
position: “bottom_bar”,
title: “”,
config: {
locale: “en-GB”,but nothing’s changed…
-
scratch that. managed to get cx3 and agenda to display correctly.
im now left with the overall date and the calendar module that doesnt sems to work…
i circled them in red both on the right. the red circle is abit light on the black background
-
@MMRIZE ok almost there. overall date has been changed as well.
all thats is left is the holiday on the right…
-
@1a2a3a
dateFormat : "Do MMM",
for the default calendar config, maybe. I hope so… -
@MMRIZE it doesnt work. i have tried timeFormat to absolute as well.
tried inputting locale to default calendar module as well.
all doesnt work.btw the default calendar module is part of your cx3. in your cx3 it requires the configuration of default cal module.
for the cx3agenda, i have hidden the default cal module.
-
@1a2a3a
The default calendar is not part of mine. My module just use it’s broadcasted event list. So mines are dependent to that module, but its working is not my responsibility.To hide some module, set CSS as
display:none
for that module, or just removeposition
from config. -
Anybody has an idea how to change the default cal?
-
/* default calendar config */ { module: "calendar", position: "top_left", config: { timeFormat: "absolute", dateFormat: "Do. MMM, HH:mm", fulldayEventDateFormat: "Do. MMM", urgency: 0, getRelative: 0, ...