<?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: FeatureTable dijit appears to ignore the dateOptions in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545963#M50836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently the date/time options control the formatting of date/time editors which are currently disabled. We'll get this updated in the doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 16:31:13 GMT</pubDate>
    <dc:creator>KellyHutchins</dc:creator>
    <dc:date>2015-05-19T16:31:13Z</dc:date>
    <item>
      <title>FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545960#M50833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to use the FeatureTable dijit and format the date and time, but it appears that the dijit is ignoring the timePattern and datePattern options.&amp;nbsp; Am I missing something or is this a bug?&amp;nbsp; I have also tried the JS API example and uncommented the dateOptions, but the best I can get is a long date string instead of M/d/yyyy HH:mm:ss.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTable = new FeatureTable({
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "featureLayer" : myFeatureLayer,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "dateOptions": {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "timeEnabled" : true,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "timePattern" : "HH:mm:ss",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "datePattern" : "M/d/yyyy"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hiddenFields": ["FID","C_Seq","Street"],&amp;nbsp; // field that end-user can show, but is hidden on startup
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "map" : map
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 'myTableNode');&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;formats to:&amp;nbsp; Thu Nov 15 2012 16:00:00 GMT-0800 (Pacific Standard Time)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545960#M50833</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2021-12-11T23:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545961#M50834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I am finding the same thing that both the datePattern and timePattern are ignored but the timeEnabled does work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;​ are we missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 21:22:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545961#M50834</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-18T21:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545962#M50835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for looking at it.&amp;nbsp; It looks like it may be a bug.&amp;nbsp; The API reference still shows it as beta 3.12.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 21:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545962#M50835</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-05-18T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545963#M50836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently the date/time options control the formatting of date/time editors which are currently disabled. We'll get this updated in the doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 16:31:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545963#M50836</guid>
      <dc:creator>KellyHutchins</dc:creator>
      <dc:date>2015-05-19T16:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545964#M50837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kelly,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 17:43:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545964#M50837</guid>
      <dc:creator>TomSellsted</dc:creator>
      <dc:date>2015-05-19T17:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: FeatureTable dijit appears to ignore the dateOptions</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545965#M50838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*bumping*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/2525"&gt;Kelly Hutchins&lt;/A&gt;​ is this still the case (that they aren't enabled)??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 00:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/featuretable-dijit-appears-to-ignore-the/m-p/545965#M50838</guid>
      <dc:creator>SteveCole</dc:creator>
      <dc:date>2015-12-04T00:13:50Z</dc:date>
    </item>
  </channel>
</rss>

