<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Passing a date via a field URL parameter || format issues in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1542124#M59335</link>
    <description>&lt;P&gt;(Disclaimer: Nothing I've encountered personally. I only use NA settings)&lt;/P&gt;&lt;P&gt;Have you inspected the output yet? The easiest method may just be to feed the date into a text field and see what changes. Once you know that, you can feed the date into a calculate which &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/dates-and-time-in-survey123/ba-p/895528" target="_self"&gt;modifies the date&lt;/A&gt; into a format the Date question can handle, and then feed that calculate into the Date.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 18:59:01 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-09-24T18:59:01Z</dc:date>
    <item>
      <title>Passing a date via a field URL parameter || format issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1541443#M59302</link>
      <description>&lt;P&gt;Hey all,&lt;/P&gt;
&lt;P&gt;we created a form using the Survey123 Web Designer and then integrated this form into an ArcGIS Dashboard using the "Embedded content" widget. The form should be called when a feature has been selected in the map. This works so far! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Our observation is now the following: If the feature contains a date including the time, it will only be transferred from the feature to the form via a field URL parameter if the settings of my AGOL account are set to English, as well as the time format is also set to English. In the other case, here a German profile with the German time formats, the transfer does not work and the field in the form remains empty. Is this a known limitation?&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;Sven&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2024 15:13:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1541443#M59302</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-09-23T15:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a date via a field URL parameter || format issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1542124#M59335</link>
      <description>&lt;P&gt;(Disclaimer: Nothing I've encountered personally. I only use NA settings)&lt;/P&gt;&lt;P&gt;Have you inspected the output yet? The easiest method may just be to feed the date into a text field and see what changes. Once you know that, you can feed the date into a calculate which &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/dates-and-time-in-survey123/ba-p/895528" target="_self"&gt;modifies the date&lt;/A&gt; into a format the Date question can handle, and then feed that calculate into the Date.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 18:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1542124#M59335</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-09-24T18:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Passing a date via a field URL parameter || format issues</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1543058#M59374</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;thank you for your reply. I have tested your idea with the text field. I think I know where the problem is. Using the German profile I am getting the following output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sven_Harpering_0-1727361884876.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/116015i610606823D028BFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sven_Harpering_0-1727361884876.png" alt="Sven_Harpering_0-1727361884876.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;As you can see: Day and month are switched comparing the textual output and the output in the date question. If I am now getting a date like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sven_Harpering_1-1727361966278.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/116016i677799E479994E50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sven_Harpering_1-1727361966278.png" alt="Sven_Harpering_1-1727361966278.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The date question is empty. This makes sense, because the system switches the day and month in the background and tries to set the value 16 as a month. That is not valid.&lt;/P&gt;
&lt;P&gt;So I think I will maybe report a bug.&lt;/P&gt;
&lt;P&gt;Thx for your help.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;Sven&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 14:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/passing-a-date-via-a-field-url-parameter-format/m-p/1543058#M59374</guid>
      <dc:creator>Sven_Harpering</dc:creator>
      <dc:date>2024-09-26T14:47:42Z</dc:date>
    </item>
  </channel>
</rss>

