We would like the date to be displayed in this order dmy which works perfectly.
We expect the user to start filling out the date from left to right beginning with the date and month, When the user selects the year the values are all reset which is a bad user experience, the user has to now update the date and month again which will cause frustration.
This has stopped us from using this plugin, how can we resolve this issue?
$("example").dropdownDatepicker({
displayFormat: "dmy"
});
We would like the date to be displayed in this order dmy which works perfectly.
We expect the user to start filling out the date from left to right beginning with the date and month, When the user selects the year the values are all reset which is a bad user experience, the user has to now update the date and month again which will cause frustration.
This has stopped us from using this plugin, how can we resolve this issue?
$("example").dropdownDatepicker({
displayFormat: "dmy"
});