Read the statement by Michael Teeuw here.
MMM-CalendarExt3 month header and current date format
-
@jdcpuwiz
Or what you want to display is just numeric day only,
just set configuration like this;cellDateOptions: {day: 'numeric'},
-
@MMRIZE Thanks for the help, I am going to give this a try and get back to you.
-
@MMRIZE That worked perfectly. Thank you so much!
-
@MMRIZE said in MMM-CalendarExt3 month header and current date format:
cellDateOptions: {day: ‘numeric’},
This works great! Is there any way I can keep this bit:
.CX3 .date_1 .cellDate :not(.day) {
display: inline-block;
} /* and in.date_1
(first day) of the month */But not show the same information in today?
Or, is there a way to put a red circle around the numeric bit of the date?
-
@reverendz
@MMRIZE
Following I would like to Circle the current date also.
Would make it easier to find todays date for me I tend to loose track of date. -
@plainbroke @reverendz
Instead of.date_xx
, use.today
to point today’s cell.And about the circle; https://forum.magicmirror.builders/topic/18324/mmm-calendarext3-show-color/11?_=1736098133616