Posts by Giovanne Dias • 1 point
1 post
-
-1
votes4
answers444
viewsA: Incorrect date on return of json
Make this change on Controller return Example: public ActionResult RetornarData([DataSourceRequest] DataSourceRequest request) { DateTime data=DateTime.Now; return Json(data.ToString(),…