how to sort a list of data by ISO8601 format – Flutter
I've got a list of data which also contains ISO8601 DateTime format. How can I sort it by time not date? [2022-12-06T22:37:49.292343, 2022-12-06T18:37:49.300045, 2022-12-06T15:37:49.307976]
I've got a list of data which also contains ISO8601 DateTime format. How can I sort it by time not date? [2022-12-06T22:37:49.292343, 2022-12-06T18:37:49.300045, 2022-12-06T15:37:49.307976]