<?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 Set field date format in bulk in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098074#M62386</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to set the date format to only date and the dd.mm.yyyy format. It is possible to do that in the layer field settings under Number Format. However having a lot of layers and a lot of fields I would like to program to set all the date formats in bulk. Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Tue, 14 Sep 2021 15:10:46 GMT</pubDate>
    <dc:creator>GeoguichetGeoguichet</dc:creator>
    <dc:date>2021-09-14T15:10:46Z</dc:date>
    <item>
      <title>Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098074#M62386</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to set the date format to only date and the dd.mm.yyyy format. It is possible to do that in the layer field settings under Number Format. However having a lot of layers and a lot of fields I would like to program to set all the date formats in bulk. Is that possible?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 15:10:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098074#M62386</guid>
      <dc:creator>GeoguichetGeoguichet</dc:creator>
      <dc:date>2021-09-14T15:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098175#M62393</link>
      <description>&lt;P&gt;What is your windows date format set to?&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/tables/date-fields.htm" target="_blank"&gt;Date fields—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Sep 2021 18:04:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098175#M62393</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-14T18:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098336#M62401</link>
      <description>&lt;P&gt;Thank you for the answer and sorry not to specify better my issue.&lt;/P&gt;&lt;P&gt;My Windows regional settings as set as I want and so the displaying of the dates in ArcGIS Pro is not a problem.&lt;/P&gt;&lt;P&gt;The problem is when I publish the data to the Portal. If no specific parameter set in ArcGIS Pro all dates are by default displayed in the US format (mm&lt;SPAN&gt;/dd/yyyy 2:00 AM&lt;/SPAN&gt;). That is why I need to set all the fields and I am looking for a way to do that automatically if possible.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 07:18:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098336#M62401</guid>
      <dc:creator>GeoguichetGeoguichet</dc:creator>
      <dc:date>2021-09-15T07:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098375#M62405</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;nbsp;. .. ..&amp;nbsp;&lt;SPAN class=""&gt;ArcGIS Pro&lt;/SPAN&gt;&amp;nbsp;uses Python functions and the display format depends on your regional settings, rather than the underlying database's format on the system....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I wonder if it a portal issue then since Pro and python seem to have you covered for the display you want&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 10:40:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098375#M62405</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-15T10:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098891#M62421</link>
      <description>&lt;P&gt;Yes indeed its a problem of the Portal. So I need to make sure to define the format of the field in ArcGIS Pro before publishing. If I set it manually in the ArcGIS Pro, when published on the portal is in a good format. So instead of setting it manually I wonder how I can do it with arcpy or with ModelBuilder. Do you know if it is possible?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:12:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1098891#M62421</guid>
      <dc:creator>GeoguichetGeoguichet</dc:creator>
      <dc:date>2021-09-16T13:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Set field date format in bulk</title>
      <link>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1099082#M62430</link>
      <description>&lt;P&gt;I don't do Portal.&lt;/P&gt;&lt;P&gt;With python you can set date formats to whatever you want.&lt;/P&gt;&lt;P&gt;Arcpy would wrap around what is available&lt;/P&gt;&lt;P&gt;Maybe the "arcgis" module&amp;nbsp;&lt;A href="https://developers.arcgis.com/python/guide/install-and-set-up/" target="_blank"&gt;ArcGIS API For Python | ArcGIS Developer&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but I don't have much call to use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 20:04:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/set-field-date-format-in-bulk/m-p/1099082#M62430</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-09-16T20:04:38Z</dc:date>
    </item>
  </channel>
</rss>

