Versions Compared

Key

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

...

A  form with a time or date/time control will convert and save the local time in UTC format in the submissons XML document. The time is preceeded by is proceeded by a capital  "T" (Time Zone) and followed by a "Z" (UTC timezone) .  The in the submission data for a date/time control, as shown below. Using an XML document , used to initialize a form with time or date/time controls will not work correctly , if the capital "T" and "Z" are not included. For Example,  the XML whether or not the timezone is provided. Here is an example of  XML code generated for a form with a date/time control in the  Submissions database is shown below:

...

the  submissions database that can be used to initilaize a form 

Code Block
<?xml version="1.0" encoding="UTF-8"?>
 <p0:default_format xmlns:p0="http://www.frevvo.com/schemas/_C_n5oCViEeGb74eqw2UKjA1gjfsLVcEeGncZR5RoaQbQ">
  <Date_Time>2012-05-08T07:41:00Z</Date_Time>
    <date>2012-07-09</date>
    <time>14:00:00Z</time>
    <datetime1>2012-07-09T14:00:00Z</datetime1>
    <datetime2>2012-07-09T14:00:00Z</datetime2>
 </p0:OrderForm>default_format>

If the timezone is provided in 

Navigate to Submissions Detail for more information on the Submissions Database and the XML document.

...