Display date extrafield with correct format
This commit is contained in:
parent
80f080f5a9
commit
1a1aebf793
@ -705,10 +705,12 @@ class ExtraFields
|
||||
if ($type == 'date')
|
||||
{
|
||||
$showsize=10;
|
||||
$value=dol_print_date($value,'day');
|
||||
}
|
||||
elseif ($type == 'datetime')
|
||||
{
|
||||
$showsize=19;
|
||||
$value=dol_print_date($value,'dayhour');
|
||||
}
|
||||
elseif ($type == 'int')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user