Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

How to add classes for the first selected date and the last selected date in range mode #208

Open jeanleem6 opened 7 years ago

jeanleem6 commented 7 years ago

I have tried .kalendae .k-days span.k-selected:first-child and .kalendae .k-days span.k-selected:nth-child(1), both not work. So, I think that it needs to be add class. But I don't kown how, is anybody have an idea?