Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 80f91a6

Browse files
author
Bjorn
committed
Update datepicker format for birthday
1 parent a39b71b commit 80f91a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/Tutorial/datePicker.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<div class="row">
144144
<div class="col-md-9 col-md-offset-3">
145145
<pre><code>
146-
'format' => DateType::DEFAULT_FORMAT,
146+
'format' => IntlDateFormatter::LONG,
147147
'data' => $dateInThePast,
148148
'widget' => 'choice',
149149
'required' => false,

0 commit comments

Comments
 (0)