Page 2 of 2

Re: DATETIME custom Field type + Search on custom fields

Posted: 25 Jun 2010, 15:26
by tetsunami
really?? im only found the date custom field
but the date and time wasnt there

i only tried create a string custom fieldo with
a regular expresion

aaaa-mm-dd hh:mm

(20[1-2][0-9])-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])(\s)([0-2][0-9]):([0-5][0-9])

cause in the option of the custom field only saids "date" option :? :?:

Re: DATETIME custom Field type + Search on custom fields

Posted: 01 Jul 2010, 22:06
by atrol
tetsunami wrote:really?? im only found the date custom field
but the date and time wasnt there
You are right,
I should not try to give answers if it's time to go to bed :oops:

Re: DATETIME custom Field type

Posted: 13 Jun 2011, 11:04
by robertbics
Please help me


I would like to add a custom field with Date and time please help me

Re: DATETIME custom Field type + Search on custom fields

Posted: 01 Aug 2012, 06:54
by zcorics
Is there any one who know how to add DATETIME custom field in Mantis release 1.2.11? I have tried following the procedure but switch conditions are no longer applicable.

Re: DATETIME custom Field type + Search on custom fields

Posted: 10 Sep 2018, 16:04
by cecile.fecherolle
Hello everyone,

I know I'm late but since the previous answers seem outdated and Google pretty much only points to this topic, I wanted to share the version I adapted, if anyone still cares about these datetime custom fields 6 years later :)

Here the patch generated from my changes in IntelliJ IDEA, it modifies french custom strings but you can adapt or delete this step depending on your own case.
You should be able to use it (most of my core files were clean/vanilla 2.14.0 before I made these changes) or at least get some inspiration from it :D

Re: DATETIME custom Field type + Search on custom fields

Posted: 05 Mar 2019, 12:02
by NylaCoppola
To the exclusion of everything else because of your frameworks and code. I am trying it in Mantis 1.1.6 anyway there are a couple of issues: I've spread out a custom field of datetime style, I set it up when enumerating limitation yet Mantis would not retailer the regard. I for the most part see that zone empty. What I am missing?

Re: DATETIME custom Field type + Search on custom fields

Posted: 02 Aug 2019, 23:17
by mpa
Anyone got to work with 2.21 version?
I am still struggling.... help is really appreciated.

Thanks in advanced.

Re: DATETIME custom Field type + Search on custom fields

Posted: 20 Aug 2019, 11:53
by mpa
Hi,

I was wandering if anyone has an update for Mantis version 2.21.1.
I have implemented the code above from Cecille and it seems to work except when entering '0' for hours and minutes.
When entering a '0', the complete custom field won't be saved and becomes blank after submitting.

Hopefully anyone has a solution.
thx.
Marnix

Re: DATETIME custom Field type + Search on custom fields

Posted: 29 Aug 2019, 12:19
by Stephen1
Hi Is there any one who know how to add DATETIME custom field in Mantis release 1.2.11?

I have tried following the procedure but switch conditions are no longer applicable.

Re: DATETIME custom Field type + Search on custom fields

Posted: 05 Sep 2019, 11:15
by mpa
I have this functionality almost to work under 2.22.

Only when i submit a new ticket and i leave the hours en minutes field '0' (default) the custom_field is not saved at all in de DB.
The custom_field is only saved in de DB when i change the field to another time without an '0'. Only then it is saved in the DB.

The strange thing is, that this issue doesn't apply when i try to update/edit an existing ticket. Even when the field 'datetime' is empty in the first place, the functionality works perfectly.

Any help is appreciated. Thx.