diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index 37f1f23f7bb..73e7bf1ac80 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1631,7 +1631,7 @@ class Form print ''; } print ''; - $timearray=getDate($set_time); + //$timearray=getDate($set_time); // print '
'.$timearray['mon']; $formated_date=dolibarr_print_date($set_time,$conf->format_date_short); if($formated_date=="?") $formated_date="";