Hello, I'm doing 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 that 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 to convert this into a common format for Javascript.
NOTE: I have tried with the API staff to send this to me in string but unfortunately they will not change the project so ...