I have a WS made on C# and I need to send this type of format (/Date(1529536171)/) in the POST.
"object": {
"data": "data",
"dateStart": "/Date(1529536171)/",
}
How can I convert the date that Moment JS give me to that (strange) kind of format??
I tried sent a string with that format but it doesn't work.