Ordinamento inverso di date

Hello everyone,
Would it be possible to reverse sort a series of dates within a ListView?
Greetings
Nicola

Hello,

well, you have a reverse list block. Perhaps it is enough for your purpose.

Or try some of the sort blocks for lists.

EDIT: Like @ABG says ...to do it work you need to have the dates in that order: year, month and day.

2 Likes

There's sorting, and there's sorting.

If you don't put your years in front, then your months, then your dates, then the sorting won't be chronological.

The Clock component has blocks to turn dates into milliseconds, and back.
Milliseconds sort easily.
Once you have a sorted list, then you can format it and load it into your Elements.

1 Like

image

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.