views:

66

answers:

2

How do I change datepicker backgroundcolor for SU MO TU .....?

Totally noob here... where do i need to look?

A: 

Read the Theming section in jQuery docs.

rahul
+1  A: 

In ui.datepicker.css or in your css file,

check for this

.ui-datepicker th { //css code }

add background-color to the existing css code.

.ui-datepicker th { background-color:#FF0000;//css code }
kayteen