I ran into the same problem and did the follow.
1) I have a view with the slider defined as follows
On the page I also a window load function defined as follows. This gets the slider, and replaces all the numeric values with dates as calculated via an offset.
In the controller when you receive the two values for the slider, you just need to translate them back against the offset again to get the actual date values. Below is a snippet of my controller code
Hope this helps