This is the calendar item defined in form xml. I purposely defined the serverDateFormat = “%Y-%m-%d”.
<?xml version="1.0" encoding="UTF-8"?> When I post the form data to servlet, different IE version gets different date string value: in IE11: Thu May 15 2014 08:05:00 GMT+0800 (China Standard Time) and in IE9: Thu May 15 08:12:00 UTC+0800 2014 We dont want to upgrade to v3.6 because we got a lot of other problems. is there any fix for this? thank you.Hello
Please, provide us a direct link or completed demo on support@dhtmlx.com with link to this topic - we will inspect your issue.
docs.dhtmlx.com/doku.php?id=othe … leted_demo
this is the small testing web project with jsp file. please put it on a web server and open browser for calendarTest.html. select a date from calendar and click the button to see what the server echo the date string value.
many thanks
dhtmlxTest.rar (410 KB)