Date format is changing while fetching data using Kendo Grid
问题 I am trying to fetch and load data to a kendo grid using some parameters. But when I am using date parameter, format of date is changing hence showing me wrong dates in server side. As an example as a parameter I am using: new Date("April 01, 2016"). But in server side it becomes 04/01/2016 which is wrong. function passFilterCstDetails() { var statemenetInquiryParameter = {}; statemenetInquiryParameter.isPrintZero = true; statemenetInquiryParameter.isPrintPayments = true;