Date & Time picker calendar

Hello, I am trying to style the date and time picker using some CSS.
I would like to add a text-decoration: line-through; on the disabled date (gray date from the image)
When adding the class to the customs css, it seems the CSS delete automatically the class.
How should I do that ?

Also when you go over the calander and move the mouse the month swipe. How could we disable the swiping of the month. I prefer that user use only the arrow to change months.

1 Like

Great questions!
Have you had a chance to review this article regarding the date picker and CSS properties?
Hope this helps and please let me know if this was helpful or would like other resources. :smiley:

Hello, yes I have reviewed the documentation and found nothing to fix the issue.
Any idea on how to fix that ?

The default calendar is pretty limited, I ended up making my own. If you’re familiar with binding data and containers, it’s not too hard to recreate.

It’s step 6 on this link if you’d like to try interacting with it

Hello Micah, I tried to make it by myself but it does not seem to work well.
Do you think there’s a way for you to share your calendar with me ?
Thanks for guiding me in the right direction, I have tried to use what’s inside Weweb but I guess I won’t have the choice to recreate one.

Nicely done. If may ask, how do you render the days per month per year? Are you using a plugin for this?