Project

General

Profile

How to change the default calender field format while issue creation from "mm/dd/yyyy" to "dd/mm/yyyy".

Added by Gayathri Mathivanan over 4 years ago

Current date_field format is in "mm/dd/yyyy" in calendar(datepicker).

How to change the current format to "dd/mm/yyyy"
I have tried with the patch versions given in forums. It doesn't give any result as i wanted.
kindly resolve the issue.

Thanks in advance.


Replies (1)

RE: How to change the default calender field format while issue creation from "mm/dd/yyyy" to "dd/mm/yyyy". - Added by Pavel Potcheptsov almost 4 years ago

You can't.
That's because of this.
Redmine uses <input> elements of type="date" for datepicker fields and support of this element is embedded in browser and it's up to browser to give you output. Different browsers have different style for datepicker and they rely to your browser language to provide date format. That's not good, yes.
There is patch to revert date field to the old one with expected format.

    (1-1/1)