<?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: Format date in a ArcGIS dashboard indicator to a more concise format in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296427#M7913</link>
    <description>&lt;P&gt;Thanks John, can you provide a link to documentation on that? As an example of what I working with, I have this field in a table in Pro, date field, just showing dd/mm/yyyy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_0-1686078071483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72495iC73D7621F32DC04A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_0-1686078071483.png" alt="ZachBodenner_0-1686078071483.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZachBodenner_0-1686078071483.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But then when I publish it to the web service used in a dashboard, the dashboard automatically adds the time stamp, with no way to configure the appearance within the dashboard:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_1-1686078124768.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72496i85C429ABA944F15E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_1-1686078124768.png" alt="ZachBodenner_1-1686078124768.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZachBodenner_1-1686078124768.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2023 19:02:10 GMT</pubDate>
    <dc:creator>ZachBodenner</dc:creator>
    <dc:date>2023-06-06T19:02:10Z</dc:date>
    <item>
      <title>Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193449#M6561</link>
      <description>&lt;P&gt;Anyway to format the above date in the ArcGIS dashboard indicator to a more concise format(mm/dd/yyyy) ?&lt;/P&gt;&lt;P&gt;For instance is there a JavaScript function for it?&lt;/P&gt;&lt;P&gt;Kind regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193449#M6561</guid>
      <dc:creator>GeorgeJones9282</dc:creator>
      <dc:date>2022-07-19T15:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193455#M6562</link>
      <description>&lt;P&gt;The easiest is using the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/#text" target="_self"&gt;Text&lt;/A&gt; function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Text(Now(), 'MM/DD/YYYY')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:25:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193455#M6562</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-07-19T15:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193494#M6563</link>
      <description>&lt;P&gt;Where's your "Date Updated" text coming from? Is this an attribute? Is it displaying in a popup?&lt;/P&gt;&lt;P&gt;If this happens to be a attribute, you can go into your layer's visualization settings, or else go into the map your dashboard is built off of (if applicable), and edit your attribute settings there. These settings should carry forward into your Dashboard.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1658246133746.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/46188i5192F1D28B751B16/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1658246133746.png" alt="jcarlson_0-1658246133746.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;jcarlson_0-1658246133746.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1193494#M6563</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-07-19T15:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296415#M7911</link>
      <description>&lt;P&gt;What can you do if your dashboard&amp;nbsp;&lt;EM&gt;isn't&amp;nbsp;&lt;/EM&gt;using a map, but instead just working off a published map service?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 18:52:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296415#M7911</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2023-06-06T18:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296422#M7912</link>
      <description>&lt;P&gt;It will use the default formatting defined in the service. You can use a Data Expression if you need more control over it.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 18:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296422#M7912</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2023-06-06T18:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Format date in a ArcGIS dashboard indicator to a more concise format</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296427#M7913</link>
      <description>&lt;P&gt;Thanks John, can you provide a link to documentation on that? As an example of what I working with, I have this field in a table in Pro, date field, just showing dd/mm/yyyy:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_0-1686078071483.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72495iC73D7621F32DC04A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_0-1686078071483.png" alt="ZachBodenner_0-1686078071483.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZachBodenner_0-1686078071483.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But then when I publish it to the web service used in a dashboard, the dashboard automatically adds the time stamp, with no way to configure the appearance within the dashboard:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZachBodenner_1-1686078124768.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/72496i85C429ABA944F15E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZachBodenner_1-1686078124768.png" alt="ZachBodenner_1-1686078124768.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ZachBodenner_1-1686078124768.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 19:02:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/format-date-in-a-arcgis-dashboard-indicator-to-a/m-p/1296427#M7913</guid>
      <dc:creator>ZachBodenner</dc:creator>
      <dc:date>2023-06-06T19:02:10Z</dc:date>
    </item>
  </channel>
</rss>

