Date format

Discussion related to "Everything" 1.5 Alpha.
Post Reply
YorkMorgan
Posts: 14
Joined: Mon Jul 05, 2021 12:23 pm

Date format

Post by YorkMorgan »

Hello,

is there a way to customize how "Date created", " Date modified" etc. would appear?

For example, instead of 13/01/2022 4:33 AM
I would like it to be only 13/01/2022, or even just Jan/2022

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

Re: Date format

Post by void »

To remove the time part:
  • Copy the following to your clipboard:

    Code: Select all

    /time_format= 
  • Note the trailing space.
  • In Everything, paste the above search into the search box and press ENTER.
To set the date/time format to 3-letter-month-name/Year:
  • Copy the following to your clipboard:

    Code: Select all

    /date_format=MMM/yyyy
  • In Everything, paste the above search into the search box and press ENTER.


To restore the default formats:
  • In Everything, type in the following search and press ENTER:
    /date_format=
  • Type in the following search and press ENTER:
    /time_format=


date_format
time_format
YorkMorgan
Posts: 14
Joined: Mon Jul 05, 2021 12:23 pm

Re: Date format

Post by YorkMorgan »

Thank you for the quick and informative response, Void.

Have a great day.
Post Reply