views:

32

answers:

2

Hi,

I'm looking for a jQuery popup calendar (like the jQuery UI Datepicker) but I don't want to use it as a date picker, only as a calendar to show that certain dates have been booked (using some styling to highlight each date, the way outlook does in the month view).

Does anyone know of any plugins that can do this? I've had a hunt but can only find plugins for datepickers, not for displaying data.

I could modify the jQuery UI Datepicker for this purpose but was wondering if anyone knows of anything that I can pick up and run with rather than having to do a lot of tinkering with an existing plugin.

+1  A: 

I think you can UI Datepicker for that as well. Check this example. It shows UI Datepicker as a calendar not as a date picker. You can then easily change the styles of the values you want to highlight. There're tons of options in this plugin so I don't think you need to modify it just configure it for your needs.

RaYell
I was hoping for something that would take a json object of dates to be highlighted but I suppose I could travers the DOM and set style that way.
Fermin
+1  A: 

I know this one. Pretty straightforward.

Alfabravo
This will be ideal with a little styling. Thanks.
Fermin