Is there a way to highlight todays date on calendar in following form: http://www.paintballgames.co.uk/booking - field Booking date

it is standard Datetime field that we set up in CCK.

thanks

Comments

matt_harrold’s picture

I assume you're talking about the Date Popup calendar ... you should do a search on issues/support questions for the Date module (http://drupal.org/project/date).

I had a quick look at the date_popup.module code but I couldn't see any code that does what you need.

The Calendar module adds a "today" class automatically, but I'm unsure if you can use it to select dates.

Not really an answer. Sorry.

jchen’s picture

add the following lines to the end of file "date\date_popup\themes\datepicker.css"

table.ui-datepicker tbody td.ui-datepicker-today a{
	background: #fcc !important;
}