stefangabos / Zebra_Datepicker

A super-lightweight, highly configurable, cross-browser date time picker jQuery plugin
https://stefangabos.github.io/Zebra_Datepicker/
Other
399 stars 183 forks source link

Adding a class to td's in datepicker #168

Closed betheymc closed 4 years ago

betheymc commented 4 years ago

I need to be able to add a class to the datepicker td's for styling purposes. I'm not seeing anything about this in the docs - is that something that can be added easily?

stefangabos commented 4 years ago

You cannot add a class to the tds but you can add one to the date picker, and then target the tds from there. see the docs, look for custom_classes

betheymc commented 4 years ago

@stefangabos thank you! This should work.