How to sort a random DateTime array from oldest to newest?

There’s a DateTime comparision node

image

You basically have to run through the array and find the lowest one and put that in a new array. Then repeat.

That’s a bubble sort.