parmarmayur9090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Datepicker changes format upon button click #345

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

- I have 2 date fields on a webpage using the datepicker.
- After selecting the dates via the datepicker, I will click on a button to 
filter the results.
- However, the date in the first text box changes format, from dd/mm/yyyy to 
yyyy-mm-dd.
- The other text box is fine.

What is the expected output? What do you see instead?
- Expected output should be dd/mm/yyyy. But I'm seeing yyyy-mm-dd.
- Apparently, it is not reproducible in my local machine.
- Happens only in the server.

Please provide a URL to a page displaying the problem.
- Not available, sorry.

What version of the datepicker are you using? On what operating system? And 
Which Browser?
1.8.16. Using IE7

Please provide any additional information below.
- N.A.

Original issue reported on code.google.com by limste...@gmail.com on 2 Apr 2012 at 3:18