Skip to content

Commit 034967d

Browse files
committed
docs(demos): update datetime demo to include year
1 parent c1d2a19 commit 034967d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/src/datetime/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
<ion-item>
4141
<ion-label>Chrome</ion-label>
42-
<ion-datetime displayFormat="DDDD MMM D" min="2005" max="2016" [(ngModel)]="chromeReleased"></ion-datetime>
42+
<ion-datetime displayFormat="DDDD MMM D, YYYY" min="2005" max="2016" [(ngModel)]="chromeReleased"></ion-datetime>
4343
</ion-item>
4444
</ion-list>
4545

0 commit comments

Comments
 (0)