PHP script for creating calendar table or jquery complete solution required

Posted by finn_meister on Stack Overflow See other posts from Stack Overflow or by finn_meister
Published on 2010-04-19T08:39:05Z Indexed on 2010/04/19 8:43 UTC
Read the original article Hit count: 234

Filed under:
|

Ok so this is what I want to make:

http://i44.tinypic.com/eiwphl.jpg

red = booked

green = available

I have data in mysql in the format of: property_id, booked_from, booked_until .

Before I start trying to create the correct loops etc to create and style the table, i thought i best ask if there are already good jquery plugins / php classes create this visual interface and uncluttered enough to allow me to add a select date range method (like Google Analytics)?

I'm looking for something to create a basic calendar table on a loop, which i can then style and add jquery features. Though worth asking if there's a complete package that already does what i plan on making?!!

(jquery ui's date-picker doesn't look powerful enough / easy enough to modify)

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery