consider am having the string date and time. say
var selfwDepDate    = document.forms[0].fwDepartureDate.value;
var selfwDepTime    = document.forms[0].fwDepartureTime.value;
and having time zone as
var orgTimeZone = document.getElementById('orginTimeZone').value;
var descTimeZone = document.getElementById('descTimeZone').value;
can any one how to convert the String date to GMT date.. value of orgTimeZone = Asia/Dubai value of descTimeZone = America/New_York
 
    