<?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 How to add in a set date to attribute table in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107453#M46678</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way I can change the date in the DateCaptur field of my attribute table to say 06/07/2020 ? I had tried to do this as a calculate field expression but somehow came out with a date fro 1970!&lt;/P&gt;&lt;P&gt;Any help would be very much appreciated&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 11:26:42 GMT</pubDate>
    <dc:creator>AndrewEastop</dc:creator>
    <dc:date>2021-10-14T11:26:42Z</dc:date>
    <item>
      <title>How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107453#M46678</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way I can change the date in the DateCaptur field of my attribute table to say 06/07/2020 ? I had tried to do this as a calculate field expression but somehow came out with a date fro 1970!&lt;/P&gt;&lt;P&gt;Any help would be very much appreciated&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 11:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107453#M46678</guid>
      <dc:creator>AndrewEastop</dc:creator>
      <dc:date>2021-10-14T11:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107459#M46680</link>
      <description>&lt;P&gt;Where is the data stored? (Shapefile, File GDB, Enterprise GDB, etc.)&lt;/P&gt;&lt;P&gt;What expression did you use?&lt;/P&gt;&lt;P&gt;Have you tried (Arcade expression)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Date(2020,07,06)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 11:58:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107459#M46680</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-14T11:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107474#M46682</link>
      <description>&lt;P&gt;The data is sorted in a filegdb.&lt;/P&gt;&lt;P&gt;Have tried to do the same expression you have said here and that is what gives me the random date. Got 09/02/1912 this time lol&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 12:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107474#M46682</guid>
      <dc:creator>AndrewEastop</dc:creator>
      <dc:date>2021-10-14T12:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107489#M46683</link>
      <description>&lt;P&gt;What about the following expression in Arcade? Put the date in double quotes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"2020-07-06"&lt;/LI-CODE&gt;&lt;P&gt;or&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"06/07/2020"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107489#M46683</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2021-10-14T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107550#M46687</link>
      <description>&lt;P&gt;So I used Arcade for the Date calculation using Date(2020,5,7,0) on a Date/Time field and as seen in the attached file it calculated the field to be 6/7/2020 at 6 AM in this case.&amp;nbsp; The key is that the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/big-data-analytics/calculate-field-expressions.htm#ESRI_SECTION1_5BDB88146FAE4A199D41E9D3B5230A75" target="_self"&gt;month field&lt;/A&gt; starts January as a zero and counts to 11 for December.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DateCalc.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/25211iB245C5B96B1048DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="DateCalc.JPG" alt="DateCalc.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:20:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107550#M46687</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2021-10-14T15:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107553#M46688</link>
      <description>&lt;P&gt;The double quotation did the trick... i hate code!&lt;/P&gt;&lt;P&gt;thanks very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:24:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107553#M46688</guid>
      <dc:creator>AndrewEastop</dc:creator>
      <dc:date>2021-10-14T15:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add in a set date to attribute table</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107554#M46689</link>
      <description>&lt;P&gt;thank you for the reply Robert&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:25:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-add-in-a-set-date-to-attribute-table/m-p/1107554#M46689</guid>
      <dc:creator>AndrewEastop</dc:creator>
      <dc:date>2021-10-14T15:25:54Z</dc:date>
    </item>
  </channel>
</rss>

