0
I’m having trouble receiving a function JsonResult
that returns me a certain date and this date I am unable to pass to the Date field of my screen for reasons of coming a value other than field formatting.
Function C# JsonResult
is replaced by the following: 18/11/2018 00:00:00
My Javascript function receives "/Date(1542506400000)/"
Like I do for the country
document.getElementById("AnuncioDataFim").value = n.AnuncioDataFim;