<?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 Convert 13 digit date to proper date format (DD/MM/YYYY) in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093356#M44938</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a numeric field that represents dates in an attribute table that contains 13 digits (e.g 1457222400000). I have seen a few posts like &lt;A href="https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/td-p/574661" target="_self"&gt;this&lt;/A&gt; on converting this to dates if it's in 5 digits but not a number with this many digits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there an easy way I convert this to a proper date format using the field calculator or Arcpy?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
    <pubDate>Sat, 28 Aug 2021 19:12:56 GMT</pubDate>
    <dc:creator>JasonBenedict</dc:creator>
    <dc:date>2021-08-28T19:12:56Z</dc:date>
    <item>
      <title>Convert 13 digit date to proper date format (DD/MM/YYYY)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093356#M44938</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a numeric field that represents dates in an attribute table that contains 13 digits (e.g 1457222400000). I have seen a few posts like &lt;A href="https://community.esri.com/t5/data-management-questions/convert-5-digit-date-serial-number-to-mm-dd-yyyy/td-p/574661" target="_self"&gt;this&lt;/A&gt; on converting this to dates if it's in 5 digits but not a number with this many digits.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is there an easy way I convert this to a proper date format using the field calculator or Arcpy?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;</description>
      <pubDate>Sat, 28 Aug 2021 19:12:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093356#M44938</guid>
      <dc:creator>JasonBenedict</dc:creator>
      <dc:date>2021-08-28T19:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 13 digit date to proper date format (DD/MM/YYYY)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093358#M44939</link>
      <description>&lt;P&gt;If that's a Unix millisecond timestamp I think you can just field calculate with Arcade using&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Date($feature.dateFieldname)&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 28 Aug 2021 19:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093358#M44939</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-08-28T19:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 13 digit date to proper date format (DD/MM/YYYY)</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093581#M44969</link>
      <description>&lt;P&gt;You'll also want to use the &lt;A href="https://developers.arcgis.com/arcade/function-reference/data_functions/#text" target="_self"&gt;Text function&lt;/A&gt; to properly format the date.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Text(Date($feature.dateFieldname), 'D/M/Y')&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 30 Aug 2021 14:13:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/convert-13-digit-date-to-proper-date-format-dd-mm/m-p/1093581#M44969</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2021-08-30T14:13:39Z</dc:date>
    </item>
  </channel>
</rss>

