diff --git a/core/class/template.class.php b/core/class/template.class.php index 2117282b..c0afc42b 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -253,7 +253,7 @@ class template // Filtre selon le type switch ($attributes['type']) { case 'datetime-local': - $filter = helper::FILTER_DATETIME; + $filter = helper::FILTER_TIMESTAMP; break; case 'date': $filter = helper::FILTER_DATE;