<?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 How to use DateTimePickerInput widget in FeatureForm in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1059943#M73213</link>
    <description>&lt;P&gt;I created a field element for my FormTemplate to use in FeatureForm editing.&lt;/P&gt;&lt;P&gt;No date picker widget shows on the from. Am I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const fieldElement2 = new FieldElement({
 fieldName: "inspdate", 
 label: "Inspection date", 
 description: "Date inspection was handled",
 input: { 
    // autocastable to DateTimePickerInput
    type: "datetime-picker", 
    includeTime: false
} 
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 20 May 2021 14:17:35 GMT</pubDate>
    <dc:creator>MKY</dc:creator>
    <dc:date>2021-05-20T14:17:35Z</dc:date>
    <item>
      <title>How to use DateTimePickerInput widget in FeatureForm</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1059943#M73213</link>
      <description>&lt;P&gt;I created a field element for my FormTemplate to use in FeatureForm editing.&lt;/P&gt;&lt;P&gt;No date picker widget shows on the from. Am I missing something?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;const fieldElement2 = new FieldElement({
 fieldName: "inspdate", 
 label: "Inspection date", 
 description: "Date inspection was handled",
 input: { 
    // autocastable to DateTimePickerInput
    type: "datetime-picker", 
    includeTime: false
} 
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 14:17:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1059943#M73213</guid>
      <dc:creator>MKY</dc:creator>
      <dc:date>2021-05-20T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DateTimePickerInput widget in FeatureForm</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1060002#M73223</link>
      <description>&lt;P&gt;I had an issue with the datetime picker at 4.18 and created a support ticket with Esri.&amp;nbsp; That has been turned into enhancement #ENH-000138560, which is still open.&amp;nbsp; I think this is the same issue that you are having, and if the enhancement is still open (it is) that means it wasn't fixed at 4.19.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application has related tables that I'm using Dojo Dgrid for, which has a datetime picker, but I also utilize the ArcGIS Editor for the primary feature layer, which has the datetime picker problem. In my case, I'm moving forward with what I have with the expectation of updating it once this is fixed. I have spent a little time trying to build one on top of the Editor widget, but I never figured a way to make a custom datetime picker for it.&amp;nbsp; If you figure something out please let me know.&lt;/P&gt;</description>
      <pubDate>Thu, 20 May 2021 16:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1060002#M73223</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2021-05-20T16:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DateTimePickerInput widget in FeatureForm</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1090756#M74352</link>
      <description>&lt;P&gt;Did you hear anything about the enhancement ENH-000138560 status?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 11:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1090756#M74352</guid>
      <dc:creator>MKY</dc:creator>
      <dc:date>2021-08-20T11:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DateTimePickerInput widget in FeatureForm</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1090823#M74360</link>
      <description>&lt;P&gt;Nothing yet.&amp;nbsp; It was submitted on 3/28/2021.&amp;nbsp; I can try to escalate it and see what happens.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2021 15:26:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-use-datetimepickerinput-widget-in/m-p/1090823#M74360</guid>
      <dc:creator>JeffreyWilkerson</dc:creator>
      <dc:date>2021-08-20T15:26:00Z</dc:date>
    </item>
  </channel>
</rss>

