<?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: Experience Builder - Display the date with dynamic text in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1571566#M16685</link>
    <description>&lt;P&gt;It is also possible to use the embed widget to embed a dashboard url.&lt;/P&gt;&lt;P&gt;In the dashboard, use the list element.&lt;/P&gt;&lt;P&gt;On the Data tab, connect it to a dummy layer.&lt;/P&gt;&lt;P&gt;In the List tab, write this code in the 'Advanced formatting' box:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var time = Now()

return {
   attributes: {
     attribute1: time,

   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the line item template box, write this code after clicking the 'source' button:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;p&amp;gt;&amp;lt;span style="color:#ffffff"&amp;gt;{expression/attribute1}&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndresCastillo_0-1735370657595.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122502i1712DFD9F9C34A91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndresCastillo_0-1735370657595.png" alt="AndresCastillo_0-1735370657595.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>Sat, 28 Dec 2024 07:25:10 GMT</pubDate>
    <dc:creator>AndresCastillo</dc:creator>
    <dc:date>2024-12-28T07:25:10Z</dc:date>
    <item>
      <title>Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1135272#M3539</link>
      <description>&lt;P&gt;I have created a mobile app using ExB and I'd like to know if it's possible to show todays date. I haven't been able to find a widget that can do this.&lt;/P&gt;&lt;P&gt;Here's some more context... I would like the app to display the moon phase. In my region, the moon phase changes each day therefore I'm anticipating something like: a widget for the date, and an associated feature layer that would show the moon phase depending on the current day. I would happily create a feature layer containing 5+ years worth of moon phases and days because this would be fairly easy. After that, I'm not sure how to implement it in ExB (or if it's actually possible).&lt;/P&gt;&lt;P&gt;p.s. I'm not a developer so keen to stay away from coding unless the solution is simple.&lt;/P&gt;&lt;P&gt;Any ideas or suggestions welcome!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 01:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1135272#M3539</guid>
      <dc:creator>FrankHerbert</dc:creator>
      <dc:date>2022-01-20T01:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1135732#M3551</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73203"&gt;@FrankHerbert&lt;/a&gt;&amp;nbsp;- the upcoming Timeline widget (see &lt;A title="Experience Builder 2022 Roadmap And Beyond" href="https://community.esri.com/t5/arcgis-experience-builder-blog/experience-builder-2022-roadmap-and-beyond/ba-p/1130725" target="_blank" rel="noopener"&gt;Experience Builder 2022 Roadmap And Beyond&lt;/A&gt;) might cover what you want to achieve here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Besides, there are some related posts you might find helpful:&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A title="Is there a Time Slider Widget for Experience Builder?" href="https://community.esri.com/t5/arcgis-experience-builder-questions/is-there-a-time-slider-widget-for-experience/m-p/1040528#M1663" target="_blank" rel="noopener"&gt;Is there a Time Slider Widget for Experience Builder?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-&amp;nbsp;&lt;A title="Ideas: Add Calendar Widget" href="https://community.esri.com/t5/arcgis-experience-builder-ideas/add-calendar-widget/idi-p/924655" target="_blank" rel="noopener"&gt;Ideas: Add Calendar Widget&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, if possible, feel free to share your data with me via DM so that I can get a better idea of the data structure that your case needs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tonghui&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jan 2022 03:44:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1135732#M3551</guid>
      <dc:creator>TonghuiMing</dc:creator>
      <dc:date>2022-01-21T03:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1136224#M3562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/4655"&gt;@TonghuiMing&lt;/a&gt;&amp;nbsp;thank you for your message.&lt;/P&gt;&lt;P&gt;I'm happy adding a dynamic date field (using embed widget) for now. I hope the new additions this year will help me to develop it to show the moon phase as well. I will DM you today with more info on the mobile app.&lt;/P&gt;&lt;P&gt;Thanks, Sam&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jan 2022 20:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1136224#M3562</guid>
      <dc:creator>FrankHerbert</dc:creator>
      <dc:date>2022-01-23T20:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1410009#M12098</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/73203"&gt;@FrankHerbert&lt;/a&gt;&amp;nbsp;do you mind sharing your HTML for how you were able to embed the dynamic date?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 00:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1410009#M12098</guid>
      <dc:creator>KrystalPhaneuf4</dc:creator>
      <dc:date>2024-04-16T00:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1410039#M12100</link>
      <description>&lt;P&gt;Edited my original reply, sorry i thought this was referring to a different query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/561941"&gt;@KrystalPhaneuf4&lt;/a&gt;&amp;nbsp; I ended up pursuing a different way to get the data I wanted to display. I didn't need HTML, instead I set up a definition query on the layer to show todays date. You can do this when adding a data connection and then specifying parameters.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 02:14:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1410039#M12100</guid>
      <dc:creator>FrankHerbert</dc:creator>
      <dc:date>2024-04-16T02:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Experience Builder - Display the date with dynamic text</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1571566#M16685</link>
      <description>&lt;P&gt;It is also possible to use the embed widget to embed a dashboard url.&lt;/P&gt;&lt;P&gt;In the dashboard, use the list element.&lt;/P&gt;&lt;P&gt;On the Data tab, connect it to a dummy layer.&lt;/P&gt;&lt;P&gt;In the List tab, write this code in the 'Advanced formatting' box:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var time = Now()

return {
   attributes: {
     attribute1: time,

   }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the line item template box, write this code after clicking the 'source' button:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;p&amp;gt;&amp;lt;span style="color:#ffffff"&amp;gt;{expression/attribute1}&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AndresCastillo_0-1735370657595.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/122502i1712DFD9F9C34A91/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AndresCastillo_0-1735370657595.png" alt="AndresCastillo_0-1735370657595.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>Sat, 28 Dec 2024 07:25:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-display-the-date-with-dynamic/m-p/1571566#M16685</guid>
      <dc:creator>AndresCastillo</dc:creator>
      <dc:date>2024-12-28T07:25:10Z</dc:date>
    </item>
  </channel>
</rss>

