Essentially what I've got going is a single-handle jQuery UI slider for a bunch of dates. The date range chosen is ALWAYS two weeks. What I'd like to do is just show a range (the range doesn't have to be functional - just displayed) from the start date of the two week range (which is the date the handle resides on), two weeks forward. This range is fixed.
For example, if the handle is on Jan 1st, I'd like a range to extend to Jan 14th. If the slider moves to Jan 3rd, I'd like the range to move with it to end on the 16th.
Does anyone know if this is possible?