Computer Science, asked by chetanjnv3448, 1 year ago

How to convert date into this 'yyyy-mm-dd' format in ionic 3?

Answers

Answered by PoojaBurra
0

Most of the predefined formats help the american date format (month/day/year).

One configure the LOCALE_ID token to the language/region our application is being designed for, and when configured the pipes will also apply the locale settings.  

This case the (def) date format will change to day/month/year for most of the countries/regions.


Similar questions