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
Utilize the "ORDER BY" is you want to sort at database layer itself
or convert it into a datasubset to use a!sortInfo() function on your datetime field