PHP script for creating calendar table or jquery complete solution required
- by finn_meister
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)