I want to set the minimal date in input date
$builder->add('dateRdv', DateTimeType::class,['data' => new \DateTime(),
'attr' => ['min' => new \DateTime()]])
Error is :
An exception has been thrown during the rendering of a template ("Catchable Fatal Error: Object of class DateTime could not be converted to string").
**