You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using this code to set a datetime min value: <ion-datetime displayFormat="MMM DD, YYYY HH:mm" min="2016-08-12T12:00" [(ngModel)]="timeStarts"></ion-datetime>
I would expect that the selectors would be set as following:
Aug 12 2016 12 00
But instead they are set like this (please note that Month is completly missing)
01 2016 00 00
Bug? is that how it should work?
Also note I have not tested this on any of the others platorms.
The text was updated successfully, but these errors were encountered:
Type: bug
Ionic Version: 2.x
Platform: desktop browser
When using this code to set a datetime min value:
<ion-datetime displayFormat="MMM DD, YYYY HH:mm" min="2016-08-12T12:00" [(ngModel)]="timeStarts"></ion-datetime>
I would expect that the selectors would be set as following:
Aug 12 2016 12 00
But instead they are set like this (please note that Month is completly missing)
01 2016 00 00
Bug? is that how it should work?
Also note I have not tested this on any of the others platorms.
The text was updated successfully, but these errors were encountered: