I need to sort the data in the listview by date

I need to sort the data in the listview by date.
I have this data:
1 12/01/2019 entry
2 10/15/2019 entry
3 01/13/2020 Exit
I need the listview to sort by date
Could you help me please. Thanks!

YYYY-MM-DD is a more helpful date format for sorting, because
the text sorting order matches the chronological sorting order.

Can you change the date format as you receive the data?

Is the 1,2,3 column part of the data you are sorting, or is that just you enumerating the items in the list?

There are sort procedures in FAQ Section: Lists

Indeed, as ABG commented.

…there is a working List View Sort example on my site:
https://www.professorcad.co.uk/appinventorsnippets#SortListViewItems