<?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: How to initialize the value for Input Date Picker component in Calcite Design System Questions</title>
    <link>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1218308#M248</link>
    <description>&lt;P&gt;The "value" property value will vary when the component also has range enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/geospatialem/pen/vYjrKgG" target="_blank" rel="noopener"&gt;Here's a Codepen sample&lt;/A&gt; that includes both with and without a range set on the calcite-date-picker component.&lt;/P&gt;&lt;P&gt;Where without a range the value can be set to "YYYY-MM-DD", and with range set on the component the values reside inside an array, such as&amp;nbsp; ["YYYY-MM-DD", "YYYY-MM-DD"].&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2022 16:23:09 GMT</pubDate>
    <dc:creator>KittyHurley</dc:creator>
    <dc:date>2022-10-03T16:23:09Z</dc:date>
    <item>
      <title>How to initialize the value for Input Date Picker component</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216396#M242</link>
      <description>&lt;P&gt;setting value, start or end not succeed.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 07:20:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216396#M242</guid>
      <dc:creator>baohuachu2</dc:creator>
      <dc:date>2022-09-27T07:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize the value for Input Date Picker component</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216405#M244</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Are you using the latest release (&lt;SPAN&gt;1.0.0-beta.94)?&amp;nbsp; The "start" and "end" properties have been deprecated&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;and should be replaced with "min" and "max" properties.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/date-picker/#api-reference" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/calcite-design-system/components/date-picker/#api-reference&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;calcite-date-picker min="2022-01-01" max="2022-12-31" value="2022-09-27"&amp;gt;&amp;lt;/calcite-date-picker&amp;gt;&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;</description>
      <pubDate>Tue, 27 Sep 2022 07:37:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216405#M244</guid>
      <dc:creator>FC_Basson</dc:creator>
      <dc:date>2022-09-27T07:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize the value for Input Date Picker component</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216821#M247</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://community.esri.com/t5/user/viewprofilepage/user-id/105462" target="_self"&gt;&lt;SPAN class=""&gt;FC_Basson ，&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp;For the date pickers with range type , how to set the default values?&amp;nbsp; See the&lt;A href="https://codepen.io/gisfinder/pen/yLKpqjG" target="_self"&gt; code pen&lt;/A&gt;, the "value" property works for no range type.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 02:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1216821#M247</guid>
      <dc:creator>baohuachu2</dc:creator>
      <dc:date>2022-09-28T02:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to initialize the value for Input Date Picker component</title>
      <link>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1218308#M248</link>
      <description>&lt;P&gt;The "value" property value will vary when the component also has range enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/geospatialem/pen/vYjrKgG" target="_blank" rel="noopener"&gt;Here's a Codepen sample&lt;/A&gt; that includes both with and without a range set on the calcite-date-picker component.&lt;/P&gt;&lt;P&gt;Where without a range the value can be set to "YYYY-MM-DD", and with range set on the component the values reside inside an array, such as&amp;nbsp; ["YYYY-MM-DD", "YYYY-MM-DD"].&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2022 16:23:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/calcite-design-system-questions/how-to-initialize-the-value-for-input-date-picker/m-p/1218308#M248</guid>
      <dc:creator>KittyHurley</dc:creator>
      <dc:date>2022-10-03T16:23:09Z</dc:date>
    </item>
  </channel>
</rss>

