Select to view content in your preferred language

Time slider accessing only certain months of a year

628
0
06-05-2014 01:03 PM
MichaelMitchell1
Deactivated User
I'm attempting to figure out how to go about using the dynamic time slider https://developers.arcgis.com/javascript/jssamples/time_sliderwithdynamiclayer.html and instead of allowing access to all days between 1921 and 2009 like this code:
 timeExtent.startTime = new Date("1/1/1921 UTC");
          timeExtent.endTime = new Date("12/31/2009 UTC");


I would like to only access months 1,2,3,9,10,11,12 between years 1921 and 2009.

Any thoughts?

Thanks
0 Kudos
0 Replies