Hi,
I use the jQuery datepicker to let a user pick a date that serves as a duedate for an action to be executed. Once the date has been picked and entered in a input box the date is stored in a MySQL database. This works fine!
When the action is selected, the duedate value is retreived from the database and shown in the textbox. This is where the problem comes along, the inputbox is not displaying the date previous picked with the datepicker and stored in the database.
How can I solve this problem?
Richard