i think my “problem” is on calendar.js:455 - nextWeek: “dddd” … this need an option to set this to “ddd” for a short version … ive testet it to set this in config.js but there are no changes after MM restart …
Read the statement by Michael Teeuw here.
Latest posts made by skyzuma
-
RE: set the calendar day to a short version
-
RE: set the calendar day to a short version
thats correct but i need ONLY a short day name for an event with an time. the next event is “Friday at 15:30” … but i need “Fri at 15:30” - its “ddd” - but where i set this? i cant change “dateFormat” or “dateEndFormat” that will change ALL i think
MMM Do is important for evnets in a few weeks / month like “May 14th”
LT is ONLY the time on an event on a dayi think this cant change in the config.js … i think this need to be changed in the source code or maybe as an option, idk …
-
RE: set the calendar day to a short version
if i understand all correct so i need to change in my case not “dateEndFormat” … i need to change “dateFormat: “MMM Do”,” or “fullDayEventDateFormat: “MMM Do”,” to change the name of the week to a shorter version, correct?
but what means “MMM Do” ? i cant see on both site this format … and if i see this correct, the cell contais dateFormat + dateEndFormat = MMM Do + LT, or iam wrong?
-
RE: set the calendar day to a short version
its not:
calender.js > dateEndFormat = “LT”
https://www.npmjs.com/package/dateformat > there is no “dateEndFormat”, only “dateFormat” and no “LT”, what means LT?and there is no example of what i need … if i add the calendar module to MM there is a table with 2 cells with this informations:
name of the event : “full dayname of the week” at 00:00 … and this full dayname i need to a shorter verion … on a german language this name is much much longer …
-
RE: set the calendar day to a short version
and now? what i need to change in the configs.js?
-
RE: set the calendar day to a short version
sorry but i am not a programmer … idk what this is meaning …
-
set the calendar day to a short version
sry but i am not a native en …
if its possible to set the day of an calendar entry to a short version? The problem is that the entry with a day and a time are bigger as the table / cell and it will oversize all … but if we use “mon” (and also an the correct translation) instead of monday would it will fit …