Question
4
Replies
66
Views
Posted: February 21, 2020
Last activity: February 24, 2020
Closed
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.
Hi @HaoS9285 , Can you please once try writing script for this,Please find below link
http://jsfiddle.net/rjt6U/77/
Just inspect your dropdown and you will see , how that dropdown list is populated,