diff --git a/trunk/src/AppBundle/Form/TravelerType.php b/trunk/src/AppBundle/Form/TravelerType.php index 21d7885f..2f1d4f43 100644 --- a/trunk/src/AppBundle/Form/TravelerType.php +++ b/trunk/src/AppBundle/Form/TravelerType.php @@ -50,10 +50,12 @@ class TravelerType extends AbstractType ]) ->add('firstName') ->add('lastName') - ->add('birthDate', StDateType::class, [ - 'format' => 'dd.MM.y' - ] - ) + ->add('birthDate') ; + /* + , StDateType::class, [ + 'format' => 'dd.MM.yyyy' + ] + */ } } \ No newline at end of file