Why do these two lines return the same result?
{{myDate | date:'dd/MM/yy'}}
{{myDate | date:'MM/dd/yy'}}
I expected the first one returns 25/12/15, and the second one 12/25/15, for example.
Thank you
Why do these two lines return the same result?
{{myDate | date:'dd/MM/yy'}}
{{myDate | date:'MM/dd/yy'}}
I expected the first one returns 25/12/15, and the second one 12/25/15, for example.
Thank you
See this post.
Do you know if it is a bug that is planned to be fixed? Is it an Angular2 bug or Ionic2 one?
Thank you
It’s documented:
In javascript, only the components specified will be respected (not the ordering, punctuations, …) and details of the formatting will be dependent on the locale
So I wouldn’t expect anything to change.
It isn’t an issue in Angular 2 and it is 2017 and this pipe issue in Ionic 2 still exists.