<?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 TextContent and formatting date fields in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textcontent-and-formatting-date-fields/m-p/296145#M27188</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to customizing a popupTemplate for a FeatureLayer, but when I try and use a&amp;nbsp;date field in the TextContent which has had its FieldInfo format set it is outputted as a long integer which I assume is seconds.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedFields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;  &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;FieldsContent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        fieldInfos&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                fieldName&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"A_Date"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                format&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    dateFormat&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"day-short-month-year"&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedtext &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;TextContent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        text&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;h4&amp;gt;Meter Readings&amp;lt;/h4&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;table class=\"table-condensed table-striped gw-table-meters\"&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;thead&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Reading&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Usage&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Code&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Days&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Avg&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/thead&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{A_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{B_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{C_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{D_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tbody&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;"&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedPopup &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;PopupTemplate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        title&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Joined: {Supply_No}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        outFields&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"*"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        content&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;joinedFields&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;joinedtext&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/511682_Clipboard-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the screen shot above the &lt;STRONG&gt;A_Date&lt;/STRONG&gt; is not formatted correctly in the TextContent but is in the FieldsContent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 14:12:15 GMT</pubDate>
    <dc:creator>OwainCatton</dc:creator>
    <dc:date>2021-12-11T14:12:15Z</dc:date>
    <item>
      <title>TextContent and formatting date fields</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textcontent-and-formatting-date-fields/m-p/296145#M27188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to customizing a popupTemplate for a FeatureLayer, but when I try and use a&amp;nbsp;date field in the TextContent which has had its FieldInfo format set it is outputted as a long integer which I assume is seconds.&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedFields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt;  &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;FieldsContent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        fieldInfos&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                fieldName&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"A_Date"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
                format&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
                    dateFormat&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"day-short-month-year"&lt;/SPAN&gt;
                &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
            &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;
        &lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedtext &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;TextContent&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        text&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"&amp;lt;h4&amp;gt;Meter Readings&amp;lt;/h4&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;table class=\"table-condensed table-striped gw-table-meters\"&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;thead&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Date&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Reading&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Usage&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Code&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Days&amp;lt;/th&amp;gt;&amp;lt;th scope=\"col\"&amp;gt;Avg&amp;lt;/th&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/thead&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{A_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{A_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{B_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{B_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{C_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{C_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;{D_Date}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Reading}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Usage}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_Code}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_No_of_Da}&amp;lt;/td&amp;gt;&amp;lt;td&amp;gt;{D_UseADay}&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;tbody&amp;gt;"&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt;
              &lt;SPAN class="string token"&gt;"&amp;lt;/tbody&amp;gt;&amp;lt;/table&amp;gt;"&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;

    &lt;SPAN class="keyword token"&gt;let&lt;/SPAN&gt; joinedPopup &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="keyword token"&gt;new&lt;/SPAN&gt; &lt;SPAN class="token class-name"&gt;PopupTemplate&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;
        title&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Joined: {Supply_No}"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        outFields&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"*"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
        content&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;joinedFields&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;joinedtext&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
    &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/511682_Clipboard-1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see from the screen shot above the &lt;STRONG&gt;A_Date&lt;/STRONG&gt; is not formatted correctly in the TextContent but is in the FieldsContent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/textcontent-and-formatting-date-fields/m-p/296145#M27188</guid>
      <dc:creator>OwainCatton</dc:creator>
      <dc:date>2021-12-11T14:12:15Z</dc:date>
    </item>
  </channel>
</rss>

