L’erreur suivante signifie qu’il est impossible d’afficher directement une date dans un template twig :
Catchable Fatal Error: Object of class DateTime could not be converted to string in ...
Pour corriger on utilise la fonction date()
{{ Product.getCdate|date('Y-m-d') }}