How to configure pxDateTime control to show years in descending order (recent year on top)
Hello, we have a requirement from business that requires recent years to be on top in the drop down list of the datetime control instead of early years. We are using dropdown list. Here is an example:
Expected | Actual | |
yyyy (dropdown) 2020 2019 2018 2017 2016 2015 |
yyyy (dropdown) 2015 2016 2017 2018 2019 2020 |
|
Please help, thanks.