1
To send a request to the server, I need to format the parameter dataNascization so that it goes in DD/MM/YYYY format. Right now I’m sending him like this :
The Json of the filter looks like this :
{nome: Maria , dataNascimento: Wed Mar 15 1995 00:00:00 GMT-0300 (Horário Padrão de Brasília)}
am using Angularjs with Typescript.
Thanks for the tip, but in case I can’t add a new lib to the project, there is another solution ?
– Isaías de Lima Coelho
Opa Isaias, I put an example without a lib.
– André Lins