What steps will reproduce the problem?
1. Created the input type=text define an ID as "datepicker".
2. In jQuery syntax typing $("#datepicker").datepicker({dateFormat: 'DD d MM yy', isBE: true, autoConversionField: true});
3. Run, then click on selected date inside the datepicker.
4.You will see un-matching date.
What is the expected output? What do you see instead?
Matching date and show the true date value.
What version of the product are you using? On what operating system?
jQuery v1.7.1, jQuery UI 1.8.18, jquery-ui-datepicker-TH 1.8.13
Please fix, Thank you!