Hi!
As the title suggests, I was wondering if there is a quick way to sort a list of AbsoluteDates in chronological order (unfortunately, I’m not able to directly generate them as I wish).
P.S. My current solution is to implement the “isAfterOrEqualTo” method inside a sorting algorithm that iterates through the dates, but - since I’m working with very large arrays - maybe there is a quicker solution that I didn’t see!
Thank you