Hi,
I have a simple calendar, that displays a month at a time, and I have a mysql database that holds records in the form of...
user_id | status | start | end
01 | open | 20010913 | 20010915
But I can't figure out how to get the calendar to block out the dates. For the above example I need it to block out 13th 14th and 15th september. A date can be either open or close. So I need it to be red if closed, or green if open. Does anyone know how to do this? Or have a calendar that maybe I can use? There are lots that get information out of a database, I don't need it to be that complete, I just need it to colour the day differently.
Many Thanks
Ben