Hi
I'm creating an appointments system for a project using PHP and MySql. I want to be able to select the date of the appointment using a pop up calendar.
Example of what i would like to happen:
On my form i will have a date field which will be displayed as a text box beside this text box i want to have the little calendar icon so that when you click this a calendar appears and when i select a date on the calendar it is sets this value in the text box.
Is this hard to do?
Thanks :)