Posts by Ivana Momesso • 53 points
2 posts
-
1
votes3
answers2923
viewsA: Intl to format date in Javascript?
I see here in https://developer.mozilla.org and did the conversion to new Date() in this way and worked let data = new Date('2019-12-14 00:00'); let print = new…
-
4
votes3
answers2923
viewsQ: Intl to format date in Javascript?
I’m studying the component Intl Javascript and need to format a field date who comes from the database to the Brazilian format. Format in Mysql: 2019-12-12 And I need to turn it into 12/12/2019. The…