Using Drupal 7 Views with exposed filter on date, the select list is working fine. Problem is that the list is always in ascending order, for example 2000:2014, but we want it the other way round, like 2014:2000 so that the recent years are closer at hand.
I don't mind if the solution (changing date list to descending order) is affecting every select list of the whole site.
Thanks much.