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
Calendar in html/php?
Moderator: General Moderators
Re: Calendar in html/php?
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
You can get it from my server here: http://xentrec.com/test/calendar_php.zip
Re: Calendar in html/php?
The jQueryUI Datepicker control is quite nice.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: Calendar in html/php?
+1 for jQuery UI Datepicker... well-supported and of course jQuery (and UI) is being actively developed. Styling it is super easy.pickle wrote:The jQueryUI Datepicker control is quite nice.