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)
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/.
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.SSS
Just out of curiosity: for what occasion do you need file times in milliseconds?
Re: Custom date format (General -> View)
(Heh. I didn't scroll down far enough to realize that date & time were treated separately.)
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. ))
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)
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.