Hi
I have a small sql db (about 1m records) which all have a date field.
I use the slider control to quickly move from year to year (year range is specified as the results of a query)
It gets more interesting if the user has only specified a single year. At this point I would like to have the slider select the month.
The slider will work if I use month number 1 to 12 but if I attempt to display Jan to Dec, I have problems.
I have seen other instances with a month listing for the slider control.
How can I accomplish this? Thanks for any help.