How to sort by date using the first value of a list of dates?

I found an alternative to sort by the first date of a list of dates.

When saving dates, I extract the first value from the list as UNIX and save in a numeric field “First_date”.
I used the Timestamp number to sort.

bubble-sorting-date03