1
I’m developing an application in which I get the posts from a facebook page and need to format the post creation date that I get via json as follows:
2018-01-12T11:25:41+0000
What function should I use to format this date to the Brazilian standard? Ex: 12/01/2018.
Try putting part of the code to help.
– Wictor Chaves
It is not duplicated. Above I explain that this value 2018-01-12T11:25:41+0000 I receive via Json. And not by the new Date();
– Odair
It is a possible duplicate Odair, this question has answers similar to the ones you have here and the goal is almost identical
– BrTkCa