I'm having trouble receiving a JsonResult
function that returns me a certain date and this date I'm not able to move to the Date field of my screen for reasons other than the formatting of the field.
The function C # JsonResult
passes the following value: 18/11/2018 00:00:00
My Javascript function receives "/ Date (1542506400000) /"
How do I make the field
document.getElementById("AnuncioDataFim").value = n.AnuncioDataFim;