Hello,
I'm trying to figure out how to sort months on a dropdown box component in the correct order.
The months are coming from a UNX universe.
The 2 month are objects we can grab from the DB are:
Month Text
Month Number
Unfortunately when I add months to a dropdown, it shows up as
April
August
...
October
September
I'm trying to have the dropdown show
January
February
...
November
December
Any help would be appreciated
Thanks
David