Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: sorting by newest date (Read 2844 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

sorting by newest date

hi,
i'm using date_added. now i wan't to sort my files with the newest date first. any ideas?
thx!

sorting by newest date

Reply #1
If your date_added format look like this.

Code: [Select]
2007-10-16 18:36:52


Use this in "Sort by..." context menu.

Code: [Select]
$sub(999999999999,$replace($left(%date added%,$sub($len(%date added%),3)),'-',,':',,' ',))

sorting by newest date

Reply #2
If your date_added format look like this.

Code: [Select]
2007-10-16 18:36:52


Use this in "Sort by..." context menu.

Code: [Select]
$sub(999999999999,$replace($left(%date added%,$sub($len(%date added%),3)),'-',,':',,' ',))


or you could just sort by %date added% then use the reverse function in the sort menu 
Ignorance is bliss.