Remove Date validator
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3374 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
fd9509420d
commit
62ed0bb650
1 changed files with 6 additions and 4 deletions
|
|
@ -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'
|
||||
]
|
||||
*/
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue