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

Commit a39b71b

Browse files
author
Bjorn
committed
Update docs
1 parent f81e7b4 commit a39b71b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/views/Tutorial/datePicker.html.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="row">
1212
<div class="col-md-9 col-md-offset-3">
1313
<pre><code>
14-
'format' => DateType::DEFAULT_FORMAT,
14+
'format' => IntlDateFormatter::LONG,
1515
'data' => $currentDate,
1616
'widget' => 'choice',
1717
'required' => false,
@@ -98,7 +98,7 @@
9898
<div class="row">
9999
<div class="col-md-9 col-md-offset-3">
100100
<pre><code>
101-
'date_format' => DateTimeType::DEFAULT_DATE_FORMAT,
101+
'date_format' => IntlDateFormatter::LONG,
102102
'data' => $currentDate,
103103
'widget' => 'choice',
104104
'required' => false,

0 commit comments

Comments
 (0)