Difference between dates

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
fmildemberger
Posts: 25
Joined: 19 May 2020, 16:58

Difference between dates

Post by fmildemberger »

I use mantis 2.25.2, Schema 211,php 7.4.33, Mysqli version 8.0.30. When I create a custom field such as Date of Birth, the years before 2020 do not appear.....has anyone had this problem?

https://drive.google.com/file/d/18rW1kO ... sp=sharing
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Difference between dates

Post by atrol »

Add the following line to file config_inc.php and adjust to your needs

Code: Select all

$g_backward_year_count = 4;
Please use Search before posting and read the Manual
fmildemberger
Posts: 25
Joined: 19 May 2020, 16:58

Re: Difference between dates

Post by fmildemberger »

I put it in config_inc.php and it didn't work!
atrol
Site Admin
Posts: 8378
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Difference between dates

Post by atrol »

Please double-check that you changed the right file.
Maybe you are running multiple instances and changed the wrong one.
Please use Search before posting and read the Manual
Post Reply