ghusse / jQRangeSlider

A jquery UI range selection slider that supports dates
http://ghusse.github.com/jQRangeSlider/
GNU General Public License v3.0
670 stars 147 forks source link

Change the text of the labels. #227

Closed adeel-sohail closed 6 years ago

adeel-sohail commented 6 years ago

In my jquery slider i am using the date range slider and passing the array of dates in the format of 2017-6-05 I am using the slider to query from the database by getting the values of the min and max of data. Problem is i want to show the label on the pointers of the slider with only month and date like 5-18. Is it possible to use this like not actually changing the values but only the label. ?

adeel-sohail commented 6 years ago

Solution Found: You can have your own customize text in label by using the jqRangeSlider Formatter Options Closing since the solution found