jquerycalendardatepickerthemeroller

Styling the day bar of jQuery UI date-picker calendar


How to give color background to the day bar of jQuery UI date-picker calendar? with my own custom css? or using the theme roller? has anyone done this?


Solution

  • This is how the table header ui-datepicker looks like:

    <thead>
    <tr>
    <th class="ui-datepicker-week-end"><span title="Sunday">Su</span></th><th><span title="Monday">Mo</span></th><th><span title="Tuesday">Tu</span></th><th><span title="Wednesday">We</span></th><th><span title="Thursday">Th</span></th><th><span title="Friday">Fr</span></th><th class="ui-datepicker-week-end"><span title="Saturday">Sa</span></th>
    </tr>
    </thead>