I am using Visual Studio 2013 with C#.
I am calling one ActionResult method that returns the list of data from Ajax.
The problem here is I am getting date as "/Date(1460008501597)/".
I don't know how to convert it to display on form using javascript.
Please someone help me it's hard for me to solve.
public string DateValue { get { return this.Date.ToString("MM/dd/yyyy"); } }(it wasn't clear from the question if you had a model, so I left it intentionally vague)