Click to See Complete Forum and Search --> : dynamically generating calendar with public holidays stored in the database..Urgent


suresh_pendyala
10-08-2003, 05:16 AM
System should capture all the holiday list stored in the database....and in the calendar public holidays should display in differnt colour..

i need a logic..as well as code

suresh_pendyala
10-08-2003, 05:38 AM
first get the calendar in javascript,..and get the holidays list from the database and store it in array...while displaying calendar check the holidays whiich is stored in the array..and loop the array..

i now this much