Just as a general point, rather than "sort then filter", it's generally a better idea to "filter then sort". This is because sorting is a comparatively slow operation; filtering first reduces the size of the list that needs to be sorted, making the sorting faster.
You won't notice any difference on a list with 25 items, but if you've got thousands, it can make a significant difference.
In reply to Re: Date plus Time sort from file
by tobyink
in thread Date plus Time sort from file
by sidsinha
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |