How to customize particular date in a month in mx datepicker

1
Hi, I have faced a situation to show the dates (current date till current date+28 days) in a different color when the calendar is popped up. I’m using the Mendix default datepicker.   I saw a CSS class mx-calendar-day-today. Is there a way to increase the date till nth number and apply the CSS. Or any other suggestion to achieve this. The dates have to be shown in a different color by the time calendar is opened.   Thanks in advance.
asked
1 answers
0

Hi Reeganabegam J,

I have not inspected the CSS, but there is a CSSpseudo class which you could use nth-child

https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child

Maybe this will help!

answered