Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example of a url that initializes a date only, time only and date/time control.  Notice the appended &_formTz parameter supplying the timezone, America/New York.

Code Block
http://localhost:8082/frevvo/web/tn/doctenant/user/designer/app/_2CnmgAwnEeSqSNaJd2kfFQ/formtype/_QMjGUAw0EeSiS6PGhweeHw/popupform?_data=Date:%272012'2012-07-17%2717',Time:%2714'14:00:00%2700',%20datetime1datetime1:%272012'2012-07-17T14:00:00%2700'&_formTz=America/NewYork 

Image Added

The local time will be converted to and saved in a valid UTC format for a time control and the time portion of the date/time control in the submission XML document.  You may see the time stored with a trailing "Z" or with an offset from UTC time. See Initializing Forms with XML Documents and Viewing XML Documents for further information.

...