Skip to content

Maximus48p/datetime_customfield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datetime

Mantisbt add datetime as cusom_field

Add an extra field type 'datetime' for your custom fields. Not originaly my code, just chnaged it a bit for version 2.21. Thank you MTW! see for more info; https://mantisbt.org/forums/viewtopic.php?f=4&t=786 https://mantisbt.org/bugs/view.php?id=6325

Tested against Mantisbt 2.21

  1. in your main mantis dir (not core) create a new file named 'custom_constants_inc.php' and add following lines to it
<?php
define( 'CUSTOM_FIELD_TYPE_DATETIME', 11 );
?>
  1. implement the code

About

Mantisbt add datetime as cusom_field

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages