I'm creating a time line that is scrollable horizontally using the jQuery scrollTo plugin.
I have a calendar as an interface to select a date. When a date is selected, I would like to scroll to the closest date in the timeline.
How would I find the closest date in the timeline to the selected date? What is the best date format to use for the calculation?
Thanks