<?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 Re: How do I bulk change the default number/date format in Portal in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548287#M21189</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark, you can set this when creating your&amp;nbsp;new users. When you reach the 'set member properties' screen, select the settings tab and each of these settings are configurable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451432" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451432_Properties.JPG" /&gt;&lt;/P&gt;&lt;P&gt;The settings apply to dates across your portal website.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jun 2019 00:32:10 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2019-06-26T00:32:10Z</dc:date>
    <item>
      <title>How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548283#M21185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a new user is created there is no way to set the number/date format. it is always US-US!!&amp;nbsp; &amp;gt;:(&lt;/img&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/450740_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want this for my users as we do not live in the US.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way using the python API to bulk update this value for all the users in my org? Should it not be a setting in the organisation that is applied to all new users by default?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand people can do it in their profile, but I do not want to have to ask all the members to do this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2019 22:24:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548283#M21185</guid>
      <dc:creator>Marc_Graham</dc:creator>
      <dc:date>2019-06-18T22:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548284#M21186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could look into if the property is exposed via the &lt;A href="https://developers.arcgis.com/python/guide/accessing-and-managing-users/#properties-of-a-user-object"&gt;Python API&lt;/A&gt;. Alternatively, monitor the network traffic when updating one user and re-create the request via Python to update all users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 16:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548284#M21186</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2019-06-19T16:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548285#M21187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/16548"&gt;Jonathan Quinn&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;Thanks for that suggestion.&amp;nbsp; It looks like updating "culture" and "cultureFormat" should do the trick, and these are exposed via the python api.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="" style="color: #222222; border-bottom: 1px solid #e0e0e0; padding-left: 10px; padding-bottom: 5px;"&gt;&lt;LI style="margin-left: 10px; margin-top: 1px; padding-left: 5px;"&gt;&lt;DIV class="" style="color: #545454; font-weight: bold; margin-right: 0.25em;"&gt;culture:&lt;/DIV&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;DIV class="" style="font-size: 12px !important; margin-top: 1px; margin-right: 1em;"&gt;en-gb&lt;/DIV&gt;&lt;/LI&gt;&lt;LI style="margin-left: 10px; margin-top: 1px; padding-left: 5px;"&gt;&lt;DIV class="" style="color: #545454; font-weight: bold; margin-right: 0.25em;"&gt;cultureFormat:&lt;/DIV&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;DIV class="" style="font-size: 12px !important; margin-top: 1px; margin-right: 1em;"&gt;gb&lt;/DIV&gt;&lt;DIV class="" style="color: #545454; font-weight: bold; margin-right: 0.25em;"&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Marc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 20:58:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548285#M21187</guid>
      <dc:creator>Marc_Graham</dc:creator>
      <dc:date>2019-06-19T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548286#M21188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually - cultureFormat didn't appear to be available from the python api, only culture. Anyways, you can update the org culture/cultureFormat through the&amp;nbsp;portal&amp;nbsp;sharing&amp;nbsp; page:&amp;nbsp;&lt;A href="https://gis.beca.com/portal/sharing/rest/portals/0123456789ABCDEF"&gt;https://portal/webadaptor/portal/sharing/rest/portals/0123456789ABCDEF&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this is inherited by all members of the org that have not explicitly set it in their profiles.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="450884" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/450884_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's also in the org settings page&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" height="275" src="https://community.esri.com/legacyfs/online/450885_pastedImage_1.png" width="830" /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this doesn't have the effect I was hoping for.&amp;nbsp; I was hoping that it would update the default date time format across the portal to dd/mm/yyy rather than the us mm/dd/yyy as per this:&amp;nbsp;&lt;A _jive_internal="true" href="https://community.esri.com/ideas/13555-date-field-default-display-setting-across-agol-organisation"&gt;https://community.esri.com/ideas/13555-date-field-default-display-setting-across-agol-organisation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just noticed the documentation states this:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8;"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;If the language in your profile is set to English or Spanish, you can change the way numbers and dates are displayed in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="background-color: #ffffff;"&gt;ArcGIS Enterprise&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;portal.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;but then goes on to say:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8;"&gt;The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #4c4c4c; background-color: #f8f8f8; font-weight: bold;"&gt;Number and date format&lt;/SPAN&gt;&lt;SPAN style="color: #4c4c4c; background-color: #f8f8f8;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;setting is not reflected in the date values displayed in attribute tables, map labels, or animation time slices, or when viewing pop-ups.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So what's the point?&amp;nbsp; Where&amp;nbsp;is it reflected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2019 21:23:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548286#M21188</guid>
      <dc:creator>Marc_Graham</dc:creator>
      <dc:date>2019-06-19T21:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548287#M21189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark, you can set this when creating your&amp;nbsp;new users. When you reach the 'set member properties' screen, select the settings tab and each of these settings are configurable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="451432" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/451432_Properties.JPG" /&gt;&lt;/P&gt;&lt;P&gt;The settings apply to dates across your portal website.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2019 00:32:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548287#M21189</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-06-26T00:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548288#M21190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pointless setting only applies to the website and no data fields or interactions are affected. This is the behaviour we would like to see accross every instance of a date in the entire portal and data not just when the map was lasted updated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 01:04:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548288#M21190</guid>
      <dc:creator>MPC_KineticGIS_Department</dc:creator>
      <dc:date>2020-01-31T01:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: How do I bulk change the default number/date format in Portal</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548289#M21191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I think as a community we need to have something like this idea&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&lt;A _jive_internal="true" class="" data-containerid="2167" data-containertype="14" data-objectid="18832" data-objecttype="3227383" href="https://community.esri.com/ideas/18832-esri-default-date-json-display-format-across-entire-suite-of-platforms" style="color: #287433; background-color: transparent; border: 0px; font-weight: inherit; padding: 1px 0px 1px calc(12px + 0.35ex);"&gt;ESRI default date JSON display format across entire suite of platforms&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2020 02:58:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/how-do-i-bulk-change-the-default-number-date/m-p/548289#M21191</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-08-26T02:58:55Z</dc:date>
    </item>
  </channel>
</rss>

