Dear Sir,
With this following codes:
$(“#INITIAL_DATE”).jqxDateTimeInput({ width: ‘150px’, height: ’25px’, enableBrowserBoundsDetection: true, formatString: ‘d/M/yyyy’ });
$(“#EXPIRE_DATE”).jqxDateTimeInput({ width: ‘150px’, height: ’25px’, enableBrowserBoundsDetection: true, formatString: ‘d/M/yyyy’ });
$(“#INITIAL_DATE”).jqxDateTimeInput(‘setDate’, ’23-May-14 12:00:00 AM’);
$(“#EXPIRE_DATE”).jqxDateTimeInput(‘setDate’, ’31-May-14 12:00:00 AM’);
It can display the correct date in Chrome, but it display today in IE.
Please help,
Best regards,