We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d2a19 commit 034967dCopy full SHA for 034967d
demos/src/datetime/page.html
@@ -39,7 +39,7 @@
39
40
<ion-item>
41
<ion-label>Chrome</ion-label>
42
- <ion-datetime displayFormat="DDDD MMM D" min="2005" max="2016" [(ngModel)]="chromeReleased"></ion-datetime>
+ <ion-datetime displayFormat="DDDD MMM D, YYYY" min="2005" max="2016" [(ngModel)]="chromeReleased"></ion-datetime>
43
</ion-item>
44
</ion-list>
45
0 commit comments