<?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: How to format epoch date into month day year? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871388#M28232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;weird. Your XLSfile works for me. I tested both in Connect and the Survey123 app. I wonder if you are running an old version of Survey123?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="304114" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/304114_SurveyDates.png" style="width: 620px; height: 477px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/304161_IMG_1733.PNG" style="width: 620px; height: 1103px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 19:21:09 GMT</pubDate>
    <dc:creator>IsmaelChivite</dc:creator>
    <dc:date>2017-01-17T19:21:09Z</dc:date>
    <item>
      <title>How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871377#M28221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;My concatenation using this formula is working correctly:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;concat(${observer}, "-",${species},"-",${date},"-",${time})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;However the time in epoch format is not friendly to quick review.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #3d3d3d;"&gt;What formulas or formatting can I use inside this formula to return the epoch value stored in {time} to display in a text box as&amp;nbsp; "YYYY-MM-DD - H:m:s" -- including any corrections for time zone and or origin in 1970?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jul 2016 00:41:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871377#M28221</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-07-09T00:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871378#M28222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone seen a formatting instruction formula for displaying time or date data as year, month, day using the value stored in a previous answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 23:00:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871378#M28222</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-07-18T23:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871379#M28223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; date(${dateQuestion})&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 02:39:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871379#M28223</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2016-07-19T02:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871380#M28224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ismael, part of the direction I needed!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The function &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(${dateQuestion}) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;also returns the time, but when using the date picker the time is set at 00:00:00 and displays it with the date, so I tried this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(${obstime})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;The observation time ${obstime} is filled using the time picker and returns a date and time formatted like this (below) which will be suitable for my needs for now:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Tue Jul 19 08:46:25 2016 GMT-0700&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This formula for my instance name now works as follows:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; concat(${observer},"-",${species},"-",date(${obstime})&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;However, not sure how to force the format-date function to work&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; or if it is supported in Survey 123.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;This calculation &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; format-date(${obstime}, '%Y/%n/%e %H:%M:%S')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;currently returns &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Y/%n/%e %H:%M:%S&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Joe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2016 17:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871380#M28224</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2016-07-19T17:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871381#M28225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did you find an answer to this. i'm trying to format my date(${DATES}) with yyyy_mm_dd as part of a concat field...&lt;/P&gt;&lt;P&gt;but am having difficulty finding the correct syntax. Like you. I tried using format-date (&lt;/P&gt;&lt;TABLE width="171"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 11.0pt; color: black; font-weight: 400; text-decoration: none; border-top: .5pt solid #9BBB59; border-right: none; border-bottom: none; border-left: none;" width="171"&gt;format-date(${DATES},'%n'))&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;but it the actual result shows up as&amp;nbsp;'%n'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 18:52:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871381#M28225</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T18:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871382#M28226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try this? format-date(${DATES},'%Y/%n/%e')&amp;nbsp; or this ? format-date(${DATES},'%Y_%n_%e')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:01:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871382#M28226</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2017-01-17T19:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871383#M28227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the additional parentheses on the left make a difference?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;format-date((${DATES},'%Y/%n/%e')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Or should it be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;format-date(${DATES},'%Y/%n/%e')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:05:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871383#M28227</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2017-01-17T19:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871384#M28228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried:&amp;nbsp;&lt;/P&gt;&lt;TABLE height="16" width="261"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="font-size: 11pt; color: black; font-weight: 400; text-decoration: none; border-top: 0.5pt solid #9bbb59; border-right: none; border-bottom: none; border-left: none; width: 253px;"&gt;format-date(${DATES},'%Y/%n/%e')&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;and what I get in the survey:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/304154_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:06:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871384#M28228</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T19:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871385#M28229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the extra bracket on the left throws and error. I completed it with an end bracket. still no joy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871385#M28229</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T19:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871386#M28230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching sample XLSFile with formatting expression. Nathan, can you please share you XLSFile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:08:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871386#M28230</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2017-01-17T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871387#M28231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ismael see attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:12:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871387#M28231</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T19:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871388#M28232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;weird. Your XLSfile works for me. I tested both in Connect and the Survey123 app. I wonder if you are running an old version of Survey123?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="304114" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/304114_SurveyDates.png" style="width: 620px; height: 477px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/304161_IMG_1733.PNG" style="width: 620px; height: 1103px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:21:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871388#M28232</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2017-01-17T19:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871389#M28233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running 1.8. Upgrading to 1.10 now. Will advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:30:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871389#M28233</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T19:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871390#M28234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nate and Ismael,&amp;nbsp;&lt;BR /&gt;I'm testing this tomorrow but looking forward to hearing what you found out.&lt;/P&gt;&lt;P&gt;This was my formatting formula that I have on hold.&lt;BR /&gt;&lt;SPAN style="background-color: #ffffff;"&gt;'%Y/%n/%e %H:%M:%S'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Joe&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:31:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871390#M28234</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2017-01-17T19:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871391#M28235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, my original post here was in 1.8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871391#M28235</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2017-01-17T19:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871392#M28236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/304168_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Voila Merci. Upgrade to 1.10 was the resolution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:37:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871392#M28236</guid>
      <dc:creator>NathanEnge</dc:creator>
      <dc:date>2017-01-17T19:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to format epoch date into month day year?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871393#M28237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great news.&lt;BR /&gt;Thanks for follow up.&lt;/P&gt;&lt;P&gt;Looking forward to tweaking my old form to the formatting I wanted back in July tomorrow morning.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 19:40:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-format-epoch-date-into-month-day-year/m-p/871393#M28237</guid>
      <dc:creator>Joseph_Kinyon</dc:creator>
      <dc:date>2017-01-17T19:40:22Z</dc:date>
    </item>
  </channel>
</rss>

