I just have a simple line of code like this:
Is there a sim
it can be useful : If you want to do it with Symfony forms :
$today = new DateTime('now'); $formBuilder->add('startDate', DateType::class, array( 'widget' => 'single_text', 'data' => new \DateTime(), 'attr' => ['min' => $today->format('Y-m-d')] ));