Date columns - How to show seconds?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
eswul62
Posts: 127
Joined: Wed Jul 31, 2013 6:07 am

Date columns - How to show seconds?

Post by eswul62 »

Probably easy to solve, but I have vainly been searching for an answer.
I am sure it is there, but also 100% sure I am overlooking it...

Newbie question: how to have the dates columns (created, exif, modified) show seconds.
These columns now only show hh:mm, but sometimes photos are shot within a minute.

Thanks!
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Date columns - How to show seconds?

Post by void »

To show seconds in the date/time format:
  • Copy and paste the following into your Everything search box:
    /time_format=HH:mm:ss
  • Press ENTER in your Everything search box.
    If successful, time_format=HH:mm:ss is shown in the status bar for a few seconds.
time_format



To show milliseconds in the date/time format:
  • Copy and paste the following into your Everything search box:
    /time_format=HH:mm:ss.SSS
  • Press ENTER in your Everything search box.
    If successful, time_format=HH:mm:ss.SSS is shown in the status bar for a few seconds.


To show seconds in the date/time format with Everything 1.5:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss
  • Click OK.


To show milliseconds in the date/time format with Everything 1.5:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSS
  • Click OK.

To show the full date/time resolution with Everything 1.5:
  • In Everything 1.5, from the Tools menu, click Options.
  • Click the Advanced tab on the left.
  • To the right of Show settings containing, search for:
    time
  • Select: time_format
  • Set the value to: HH:mm:ss.SSSSSSS
  • Click OK.
eswul62
Posts: 127
Joined: Wed Jul 31, 2013 6:07 am

Re: Date columns - How to show seconds?

Post by eswul62 »

WOW!

Many thanks for the quick reply!
Post Reply