<?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>idea ArcGIS JavaScript API 4.x Timeslider support 24 hour time format in ArcGIS JavaScript Maps SDK Ideas</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idi-p/1133108</link>
    <description>&lt;P&gt;The ArcGIS JavaScript API 4.x supports a 12 hour AM/PM format on the timeslider today, however, many disciplines use 24 hour format, including Public Safety, Military and it is the primary time format for many parts of the world. Update the&amp;nbsp;ArcGIS JavaScript API 4.x timeslider to support a 24 hour time format.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jan 2022 21:47:41 GMT</pubDate>
    <dc:creator>KarlLarsen</dc:creator>
    <dc:date>2022-01-12T21:47:41Z</dc:date>
    <item>
      <title>ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idi-p/1133108</link>
      <description>&lt;P&gt;The ArcGIS JavaScript API 4.x supports a 12 hour AM/PM format on the timeslider today, however, many disciplines use 24 hour format, including Public Safety, Military and it is the primary time format for many parts of the world. Update the&amp;nbsp;ArcGIS JavaScript API 4.x timeslider to support a 24 hour time format.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:47:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idi-p/1133108</guid>
      <dc:creator>KarlLarsen</dc:creator>
      <dc:date>2022-01-12T21:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133208#M107</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;This can be done with TimeSlider by setting its &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html#labelFormatFunction" target="_self"&gt;labelFormatFunction&lt;/A&gt; and &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-TimeSlider.html#tickConfigs" target="_self"&gt;tickConfigs&lt;/A&gt; properties. &lt;A href="https://www.esri.com/arcgis-blog/products/js-api-arcgis/mapping/applying-custom-ticks-and-labels-for-the-timeslider-widget/" target="_self"&gt;This blog&lt;/A&gt; talks about how to set the tickConfigs property for TimeSlider. You can use I&lt;A href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat" target="_self"&gt;ntl.DateTimeFormatter&lt;/A&gt; to format the dates and times you want to show on the TimeSlider.&lt;/P&gt;&lt;P&gt;I created this simple app shows how to format ticks and labels on the TimeSlider. Hope this helps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/U_B_U/pen/YzrRgmK?editors=1000" target="_blank"&gt;https://codepen.io/U_B_U/pen/YzrRgmK?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 01:05:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133208#M107</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-01-13T01:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133521#M108</link>
      <description>&lt;P&gt;Thanks Undral for the comment and references. We did look into this and for our use cases, we are still looking to retain the dynamic nature of the timeslider since we would also be looking at a longer time period in certain use cases. In one case we would be looking at data within an hour or two, others within a many hours and in another it may be a whole week. It seemed based on the feedback of a developer was that the approach here locks in the timeslider to a specified time extent. We would be looking for the dynamic nature to be retained and display hours in a 24 hour format when hours are shown based on full time extent.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 18:39:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133521#M108</guid>
      <dc:creator>KarlLarsen</dc:creator>
      <dc:date>2022-01-13T18:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133567#M109</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have couple of questions to understand your requirements.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Are you showing both dates and times along the TimeSlider ticks? Or just hours?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Do you want to show 24 hours format only in TimeSlider or do you expect 24 hours format in any widget that shows date and time? Examples would be popup, FeatureTable and FeatureForm etc. If the latter is the case, then we can look into a global time setting where time will be displayed the same way in all widgets.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 19:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133567#M109</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-01-13T19:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133622#M111</link>
      <description>&lt;P&gt;Thanks for the follow up.&lt;/P&gt;&lt;P&gt;RE #1: we are just going with the dynamic out of the box behavior, so it will be minutes, hours, or days depending upon the full extent.&lt;/P&gt;&lt;P&gt;RE #2: yes, we would want to use 24 hour format globally in our application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:31:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133622#M111</guid>
      <dc:creator>KarlLarsen</dc:creator>
      <dc:date>2022-01-13T21:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133915#M117</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thanks for the quick reply. We added an enhancement request in our system to set a global formatting for time. I will update you once it is installed. In meantime, please use tickConfigs and labelFormatFunction to format time.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 16:15:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1133915#M117</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2022-01-14T16:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS JavaScript API 4.x Timeslider support 24 hour time format - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1268150#M228</link>
      <description />
      <pubDate>Wed, 15 Mar 2023 17:32:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-ideas/arcgis-javascript-api-4-x-timeslider-support-24/idc-p/1268150#M228</guid>
      <dc:creator>UndralBatsukh</dc:creator>
      <dc:date>2023-03-15T17:32:09Z</dc:date>
    </item>
  </channel>
</rss>

