Hi Peter Stoev,
Thank you for your reply. Can you please tell me how to achieve the following .
What ever the date I set in jqwidgets datetimeinput using $jq(“#meetingStartDate”).jqxDateTimeInput(‘setDate’,date);
I should get the same date when I use $jq(‘#meetingStartDate’).jqxDateTimeInput(‘getDate’);
But now It is converting the setted date in to time of desktop timezone and giving date .
I do not need that.