Page 1 of 1

Calendar in html/php?

Posted: Mon Nov 23, 2009 4:40 am
by Nimaro
hy everyone,

Im creating a program the inserts reservations into Mysql. One of the fields to insert 1 new reservation is the date, im inserting it manually. My question is... isnt there a way to open a calendar where the user can choose the date from clicking on the day in the calendar??
Im new in php/html, thats way i apreciate a help from u guys.
Hope u can help me

Re: Calendar in html/php?

Posted: Mon Nov 23, 2009 11:14 am
by xentrec
Here is a calandar I have used in the past. It works pretty well. I did not write this code so please give credit to the author....

You can get it from my server here: http://xentrec.com/test/calendar_php.zip

Re: Calendar in html/php?

Posted: Mon Nov 23, 2009 4:06 pm
by pickle
The jQueryUI Datepicker control is quite nice.

Re: Calendar in html/php?

Posted: Mon Nov 23, 2009 5:09 pm
by Mirge
pickle wrote:The jQueryUI Datepicker control is quite nice.
+1 for jQuery UI Datepicker... well-supported and of course jQuery (and UI) is being actively developed. Styling it is super easy.