For "Date Modified/Created/..." columns (similar to Size format for "Size" column?)
Options "with seconds" and "with milliseconds" will be enough for me, but probably fully customized date format (like "YYYY-MM-...") will require similar effort.
Custom date format (General -> View)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Custom date format (General -> View)
I'm not seeing seconds/milliseconds ?
Otherwise, https://www.voidtools.com/en-uk/support ... stomizing/.
Otherwise, https://www.voidtools.com/en-uk/support ... stomizing/.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Custom date format (General -> View)
There is:
s Seconds with no leading zero for single-digit seconds.
ss Seconds with leading zero for single-digit seconds.
SSS Milliseconds with leading zeros, must be the last part of the format.
From the search bar enter (for example) the following and press ENTER:
Code: Select all
/time_format=HH:mm:ss.SSSJust out of curiosity: for what occasion do you need file times in milliseconds?
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Custom date format (General -> View)
(Heh. I didn't scroll down far enough to realize that date & time were treated separately.)
-
ilyanik
- Posts: 3
- Joined: Mon Apr 01, 2019 6:44 am
Re: Custom date format (General -> View)
Thanks!therube wrote: Tue Dec 29, 2020 4:05 pm Otherwise, https://www.voidtools.com/en-uk/support ... stomizing/.
I don't remember exactly, that was a one time need. ))NotNull wrote: Tue Dec 29, 2020 4:29 pm Just out of curiosity: for what occasion do you need file times in milliseconds?
Something related to debugging of real time configuration file reloading, with FindFirstChangeNotification
Probably it can be useful to better estimation of copying speed (ms between files)
-
ilyanik
- Posts: 3
- Joined: Mon Apr 01, 2019 6:44 am
Re: Custom date format (General -> View)
I still believe, this customization should be available from (Tools -> Options... -> General -> View), but now this is one of the most minor suggestions I can think of.