<?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: Filter by Date Picker Range in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477971#M10925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The next release is supposed have more time aware functionality so opted not to hit off the xml Time Info: but rather filter from a single crime occurrence date field on my app&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Dec 2010 13:42:41 GMT</pubDate>
    <dc:creator>R__CraigHolmes</dc:creator>
    <dc:date>2010-12-03T13:42:41Z</dc:date>
    <item>
      <title>Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477965#M10919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all.&amp;nbsp; I hope I am not repeating another thread, but I have been unsuccessful in finding what I am looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex 2.1 / ArcServer 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I currently have a Flex application map with time aware layers, with a working time slider.&amp;nbsp; Instead of using the slider I would prefer to have two date picker windows pop up, allowing the user to pick a beginning and ending date.&amp;nbsp; These dates would then filter the map data based on the date range selected, which I would like to limit to less than one year.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me with an example of this?&amp;nbsp; Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 15:21:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477965#M10919</guid>
      <dc:creator>JimWelsh</dc:creator>
      <dc:date>2010-11-08T15:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477966#M10920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'll need to set the Map's timeExtent instead of timeSlider:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#timeExtent"&gt;http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Map.html#timeExtent&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 17:17:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477966#M10920</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-08T17:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477967#M10921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I appreciate your response, but I guess I'm having one of those days.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you have an example of how to hard code a beginning and ending date?&amp;nbsp; I've seen the following, but I don't really know where to insert it.&amp;nbsp; If there is something better, I'd be happy for that also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var myTimeDef:TimeExtent = new TimeExtent();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTimeDef.startTime = new Date("2003/09/25 UTC");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myTimeDef.endTime = new Date("2005/10/25 UTC");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myFeatureLayer.timeDefinition = myTimeDef;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I can get the hard coded extents to work I would be happy, then would be able to get the pickers to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 18:44:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477967#M10921</guid>
      <dc:creator>JimWelsh</dc:creator>
      <dc:date>2010-11-08T18:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477968#M10922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The FeatureLayer's timeDefinition is used to filter the features that are loaded when the FeatureLayer is in snapshot mode.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this isn't what you're using, then you should be able to set the TimeExtent you've created on the Map's timeExtent property instead of setting the Map's timeSlider property.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 19:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477968#M10922</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-08T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477969#M10923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jim any luck with this?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Nov 2010 18:00:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477969#M10923</guid>
      <dc:creator>R__CraigHolmes</dc:creator>
      <dc:date>2010-11-25T18:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477970#M10924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unfortunately no...&amp;nbsp; I just don't understand where to place the timeextent code.&amp;nbsp; I am fairly new to the flex world and haven't quite figured out how everything works together.&amp;nbsp; I can't wait to get this working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 13:16:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477970#M10924</guid>
      <dc:creator>JimWelsh</dc:creator>
      <dc:date>2010-12-02T13:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: Filter by Date Picker Range</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477971#M10925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The next release is supposed have more time aware functionality so opted not to hit off the xml Time Info: but rather filter from a single crime occurrence date field on my app&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 13:42:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/filter-by-date-picker-range/m-p/477971#M10925</guid>
      <dc:creator>R__CraigHolmes</dc:creator>
      <dc:date>2010-12-03T13:42:41Z</dc:date>
    </item>
  </channel>
</rss>

