Hi,
We have a datetime field array and want to sort it in ascending order. Please let me know how to do it. If you have any code snippet please share which will be helpful.
Thanks in advance.
Discussion posts and replies are publicly visible
From where are we getting the data. If it is from the database, we can apply sorting with paging. Else, we can try converting the data to the data subset and then apply sorting.