<?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 ArcGIS Pro Layout: Dynamic Text display only date in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337408#M73952</link>
    <description>&lt;P&gt;Building a Map Series in Pro and trying to display a survey date field for the feature on each series page. this points to a &lt;EM&gt;datetime&lt;/EM&gt; field, but I only want to show the date. Per the docs,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/date-and-time-dynamic-text.htm," target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/date-and-time-dynamic-text.htm,&lt;/A&gt;&amp;nbsp;I should be able to just use format="short" to display only date, but this does not seem to work. Pro 3.1.3&lt;/P&gt;&lt;P&gt;Note that because this is a Map Series, this is inserted into the Layout using Insert &amp;gt; Dynamic Text &amp;gt; Map Series &amp;gt; Attribute.&amp;nbsp; &amp;nbsp;Could the &lt;EM&gt;type="page"&lt;/EM&gt;&amp;nbsp;tag be conflicting with the &lt;EM&gt;format="short"&lt;/EM&gt; tag? It doesn't seem like any &lt;EM&gt;formats&lt;/EM&gt; are accepted.&amp;nbsp; Changing to &lt;EM&gt;property="date"&lt;/EM&gt; has no impact.&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanDandois_1-1697132993176.png" style="width: 766px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82955i2CDD3D07CC48CD0C/image-dimensions/766x113?v=v2" width="766" height="113" role="button" title="JonathanDandois_1-1697132993176.png" alt="JonathanDandois_1-1697132993176.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Oct 2023 17:52:14 GMT</pubDate>
    <dc:creator>JonathanDandois</dc:creator>
    <dc:date>2023-10-12T17:52:14Z</dc:date>
    <item>
      <title>ArcGIS Pro Layout: Dynamic Text display only date</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337408#M73952</link>
      <description>&lt;P&gt;Building a Map Series in Pro and trying to display a survey date field for the feature on each series page. this points to a &lt;EM&gt;datetime&lt;/EM&gt; field, but I only want to show the date. Per the docs,&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/date-and-time-dynamic-text.htm," target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/date-and-time-dynamic-text.htm,&lt;/A&gt;&amp;nbsp;I should be able to just use format="short" to display only date, but this does not seem to work. Pro 3.1.3&lt;/P&gt;&lt;P&gt;Note that because this is a Map Series, this is inserted into the Layout using Insert &amp;gt; Dynamic Text &amp;gt; Map Series &amp;gt; Attribute.&amp;nbsp; &amp;nbsp;Could the &lt;EM&gt;type="page"&lt;/EM&gt;&amp;nbsp;tag be conflicting with the &lt;EM&gt;format="short"&lt;/EM&gt; tag? It doesn't seem like any &lt;EM&gt;formats&lt;/EM&gt; are accepted.&amp;nbsp; Changing to &lt;EM&gt;property="date"&lt;/EM&gt; has no impact.&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanDandois_1-1697132993176.png" style="width: 766px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82955i2CDD3D07CC48CD0C/image-dimensions/766x113?v=v2" width="766" height="113" role="button" title="JonathanDandois_1-1697132993176.png" alt="JonathanDandois_1-1697132993176.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 17:52:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337408#M73952</guid>
      <dc:creator>JonathanDandois</dc:creator>
      <dc:date>2023-10-12T17:52:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Layout: Dynamic Text display only date</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337419#M73953</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;You're right, because you are using the attribute to get the date it works a little differently. The date formatting tags only apply to date-specific dynamic text elements like Date Exported or Current Time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For attributes, the date format is read from the table itself. So you can edit the date format in the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/data/geodatabases/overview/an-overview-of-fields.htm" target="_self"&gt;fields view&lt;/A&gt; and that will be reflected in your layout. The attribute dynamic text just displays what's in the table, it stays in sync with how the table is formatted.&lt;/P&gt;&lt;P&gt;If you don't want to change the formatting for the attribute table you can use &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/add-dynamic-text.htm#ESRI_SECTION1_23EBDF119FC94F8EB5B5798DDE881CEB" target="_self"&gt;Value dynamic text&lt;/A&gt; instead. Value dynamic text also reads values from an attribute table, but it can be used without a map series and applied to stand-alone tables. Value dynamic text supports &lt;A href="https://developers.arcgis.com/arcade/" target="_self"&gt;Arcade expressions&lt;/A&gt; so you can write an arcade expression to display your date data differently on the page than it is shown in the table.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AubriKinghorn_0-1697134513729.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82957i25E953BCCC239E04/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AubriKinghorn_0-1697134513729.png" alt="AubriKinghorn_0-1697134513729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 18:16:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337419#M73953</guid>
      <dc:creator>AubriOtis</dc:creator>
      <dc:date>2023-10-12T18:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Layout: Dynamic Text display only date</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337463#M73958</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;&amp;nbsp;thank you, the last option with the "Insert &amp;gt; Dynamic Text &amp;gt; Table Attribute &amp;gt; Value" Dynamic Text worked as described. I generally modify the format of the table.&amp;nbsp; &amp;nbsp;I do see now on the Spatial Map Series Dynamic text page that it discusses this Table Attribute Dynamic Text. an interesting feature&amp;nbsp; and one I will have to keep in mind. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/layouts/use-dynamic-text-with-map-series.htm#ESRI_SECTION1_AEDE36784A8D48478BE8D9D8E9FB5662" target="_blank" rel="noopener"&gt;https://pro.arcgis.com/en/pro-app/latest/help/layouts/use-dynamic-text-with-map-series.htm#ESRI_SECTION1_AEDE36784A8D48478BE8D9D8E9FB5662&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanDandois_0-1697138551110.png" style="width: 683px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82974i5A6CE3A4C696F794/image-dimensions/683x437?v=v2" width="683" height="437" role="button" title="JonathanDandois_0-1697138551110.png" alt="JonathanDandois_0-1697138551110.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337463#M73958</guid>
      <dc:creator>JonathanDandois</dc:creator>
      <dc:date>2023-10-12T19:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Layout: Dynamic Text display only date</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337468#M73960</link>
      <description>&lt;P&gt;Insert the dynamic date, the edit the dynamic element.&amp;nbsp; (Date Printed: &amp;lt;dyn type="layout" name="Letter Portrait" property="datePrinted" format="short|short"/&amp;gt;)&lt;/P&gt;&lt;P&gt;I made the map series print the series name on the bottom right.&amp;nbsp; (Rural Land Zone: &amp;lt;dyn type="page" property="name"/&amp;gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:38:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337468#M73960</guid>
      <dc:creator>MatthewAllen</dc:creator>
      <dc:date>2023-10-12T19:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Layout: Dynamic Text display only date</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337479#M73962</link>
      <description>&lt;P&gt;Thanks, but I think the property="datePrinted" is a different type of element. I am trying to pull dynamic text from an attribute tied to a feature the Spatial Map Series. that's where the format tag seems to be failing, that it doesn't support that kind of dynamic text. When I follow the above steps from&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/374676"&gt;@AubriOtis&lt;/a&gt;&amp;nbsp;i get this wonderfully complex dynamic text.&lt;/P&gt;&lt;P&gt;Feels janky to me, but it works!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanDandois_0-1697140057878.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82975i0CA1820D983A0D46/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JonathanDandois_0-1697140057878.png" alt="JonathanDandois_0-1697140057878.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I don't think this type of Dynamic Text is supposed to be edited in "Plain text" "code" mode though, and should only be edited as in the below flowchart&amp;nbsp;using this "Insert Table Attribute" dialog which brings Arcade into the mix!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JonathanDandois_1-1697140162284.png" style="width: 611px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/82976iF7A0837184DCA28C/image-dimensions/611x399?v=v2" width="611" height="399" role="button" title="JonathanDandois_1-1697140162284.png" alt="JonathanDandois_1-1697140162284.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 19:52:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-layout-dynamic-text-display-only-date/m-p/1337479#M73962</guid>
      <dc:creator>JonathanDandois</dc:creator>
      <dc:date>2023-10-12T19:52:53Z</dc:date>
    </item>
  </channel>
</rss>

