Due_date changes the date format when updating an issue

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
andresrom
Posts: 14
Joined: 11 Jun 2019, 01:48

Due_date changes the date format when updating an issue

Post by andresrom »

Hi guys.
I've changed on config_inc.php "date settings" to d-m-y.
When i update due_date of an issue (haven't try when crating a new one) date format en due_date is chaged like this example:
if enter: 14-06-2019 (on date picker) (save and go to View issues).
you get: 19-06-2014.

I found this https://mantisbt.org/bugs/view.php?id=13332 but is on version 1.2.8.
I'm running 2.21.0 and php 7.0.19.

Do you know any way to solve this?

Thanks!
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Due_date changes the date format when updating an issue

Post by atrol »

Check note and warning below $g_datetime_picker_format
https://mantisbt.org/docs/master/en-US/ ... onfig.date
Please use Search before posting and read the Manual
andresrom
Posts: 14
Joined: 11 Jun 2019, 01:48

Re: Due_date changes the date format when updating an issue

Post by andresrom »

Thank you Atrol. Problem solved with your advice.
Post Reply