Currently when I'm defining datepicker() in my custom js file as follow:

    my_obj.datepicker({ 
        showStatus: true,
        onSelect: function(date) { 
            // some bode
        } 
    });

Datepicker date format is changed to mm/dd/yyyy instead of dd/mm/yyyy (when I'm selecting date from popup).
Should I put some special code to keep the date format right?

Comments

arlinsandbulte’s picture

Status: Active » Closed (won't fix)

Hi,
I am just indiscriminately closing all support requests with no activity for more than 1 year.
If you consider this to still be a valid issue / support request, feel free to re-open.
BUT,
if you are re-opening this issue, please provide specific details on how this issue can move forward.

Thanks.