Javascript slider that scrolls along both dates and times

前端 未结 2 1568
萌比男神i
萌比男神i 2021-02-04 17:24

I\'ve seen some nice examples of jQuery sliders that select date ranges: http://ghusse.github.com/jQRangeSlider/stable/demo/

And time ranges: http://marcneuwirth.com/blo

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-04 17:52

    In case anyone finds this thread, I was able to accomplish this by converting my time stamps to unix time and then breaking up my data by month. The current month's slider expands to the full-width of the screen so you can select as much as possible by scrubbing. Arrow keys accomplish the rest.

提交回复
热议问题