2
Hello, I’m making a website where I use an API built in C#. My problem is that when I get a date from the server, it sends me in this format:
[{
"dataLiberacao":"\/Date(928160400000-0300)\/",
"dataReg":"\/Date(928160400000-0300)\/",
"id":2147483647,
"maquina":"Conteúdo da cadeia de caracteres",
"status":true,
"versao":"Conteúdo da cadeia de caracteres"
}]
I need to know how I can convert this into a common format for Javascript.
NOTE: I already tried with the API people to send me this string but unfortunately they will not change the project so...
You can use some jQuery library as momentjs ?
– Brunno
power can, but the less lib’s the better
– LeandroLuk