HI,
On site here, lovin the folder DAT.
How can I sort a list of cells by date modified(i.e rearrange the cells so that the top one[0,0] is always the newest file?
HI,
On site here, lovin the folder DAT.
How can I sort a list of cells by date modified(i.e rearrange the cells so that the top one[0,0] is always the newest file?
Hey,
Attached an example. I used Epoch time format, which is time format that is just a really big seconds counter, then I used a Sort DAT on the column with the epoch timestamp in it. If you end up needing the timestamp of the file, you can use some already built in Python modules in time (I believe it’s in time), to convert from epoch to standard.
sorting.2.toe (3.51 KB)
thanks!