Hi Everyone,I currently have a date and time field in an Adobe Dynamic
XML Form, where I need the user to enter a date, time and the GMT
timezone they are in. Initially i broke this down into several fields: A
date field,. and hour, minute, seconds and Timezone field which i
concatonated through the following onExit Script:var TreatDate =
form1.treatvendate.rawValue;var TreatHour =form1.treattimeH.rawValue;var
TreatMinute = form1.treattimeM.rawValue;var TreatAMPM =
form1.treattimeAMPM.rawValue;v...