<?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 Date field in Excel to Table tool in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21251#M747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was given a couple of excel spreadsheets to geocode and have just realized that there is a date field in the spreadsheets that got converted to a text field with the excel to table tool (ArcGIS Pro 2.3.1).&amp;nbsp; Is there any correlation between the string values and a real date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Excel date 5/8/2003 = 37747 Pro string and Excel date 6/9/2003 = 37777 Pro String....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Apr 2019 20:23:01 GMT</pubDate>
    <dc:creator>JoeBorgione</dc:creator>
    <dc:date>2019-04-03T20:23:01Z</dc:date>
    <item>
      <title>Date field in Excel to Table tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21251#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was given a couple of excel spreadsheets to geocode and have just realized that there is a date field in the spreadsheets that got converted to a text field with the excel to table tool (ArcGIS Pro 2.3.1).&amp;nbsp; Is there any correlation between the string values and a real date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Excel date 5/8/2003 = 37747 Pro string and Excel date 6/9/2003 = 37777 Pro String....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 20:23:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21251#M747</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-04-03T20:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Excel to Table tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21252#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just found this:&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/thread/174953"&gt;https://community.esri.com/thread/174953&lt;/A&gt;.&amp;nbsp; Scratching head now.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edited to add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above link gave way to some good information:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First off the numbers I mention&amp;nbsp;in the initial thread DO have a direct correlation to a real date.&amp;nbsp; They are known as Date Serial Numbers and from&amp;nbsp;&lt;A href="https://support.office.com/en-us/article/datevalue-function-df8b07d4-7761-4a93-bc33-b7471bbff252"&gt;https://support.office.com/en-us/article/datevalue-function-df8b07d4-7761-4a93-bc33-b7471bbff252&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="background-color: #ffffff; color: #2f2f2f; "&gt;&lt;STRONG&gt;Excel stores dates as sequential serial numbers so that they can be used in calculations. By default, January 1, 1900 is serial number 1, and January 1, 2008 is serial number 39448 because it is 39,447 days after January 1, 1900.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;The excel to table brings that serial number in as a string, so in the field calculator, I insert:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;SPAN&gt;datetime.datetime(1899,12,30) + datetime.timedelta(days = int( !The_Field_Name!))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;SPAN&gt;the int() function is the secret...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;SPAN&gt;In my case I have a START_DATE and END_DATE field I'll need to take care of:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&lt;IMG __jive_id="441141" class="image-1 jive-image" height="558" src="https://community.esri.com/legacyfs/online/441141_pastedImage_3.png" width="500" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Be sure to vote early and vote often:&amp;nbsp;&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/ideas/16476-excel-to-table-date-conversion"&gt;https://community.esri.com/ideas/16476-excel-to-table-date-conversion&lt;/A&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2f2f2f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 20:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21252#M748</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-04-03T20:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Excel to Table tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21253#M749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been struggling with this issue for months and months, and was delighted to see your post ... went to try it, and it seems that the in newest version on Pro the date comes in as a date! Hooray!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2020 16:04:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/21253#M749</guid>
      <dc:creator>RenRosin</dc:creator>
      <dc:date>2020-10-14T16:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date field in Excel to Table tool</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/1357471#M76008</link>
      <description>&lt;P&gt;Starting with what version?&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 17:09:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/date-field-in-excel-to-table-tool/m-p/1357471#M76008</guid>
      <dc:creator>Nicolas_</dc:creator>
      <dc:date>2023-12-06T17:09:58Z</dc:date>
    </item>
  </channel>
</rss>

