Hi ajit,
Yes, and that is the reason of your error. Most probably you don’t take into account the Time-Zone in your code and my suggestion is to implement your solution in such way that it takes into account the time-zone information, too.
jqxGrid stores Dates as JavaScript Date objects. If you wish to get the time-zone offset. Use the getTimezoneOffset method: var offset = new Date().getTimezoneOffset(); More info: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com