diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 331352812ca..24304aed904 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -3167,6 +3167,13 @@ class Form $i++; } } + else if ($input['type'] == 'date') + { + $more.=''.$input['label'].''; + $more.=''; + $more.=$this->select_date($input['value'],$input['name'],0,0,0,'',1,0,1); + $more.=''."\n"; + } else if ($input['type'] == 'other') { $more.='';