Page 1 of 1

Idea: Separate the Modified column into two columns Date and time.

Posted: 07 Sep 2018 21:57
by CompSystems
:idea:

The benefits of having two columns, is to be able to locate them in different parts, and thus be able to better detail the date and time

Who else agrees with this idea?

+1

Re: Idea: Separate the Modified column into two columns Date and time.

Posted: 07 Sep 2018 22:02
by highend
You already have custom columns to do that kind of "exotic" stuff?

Re: Idea: Separate the Modified column into two columns Date and time.

Posted: 07 Sep 2018 22:40
by CompSystems
but it's easier it's already available by default

Right click on Modified column
Split in 2 columns Date and Time.
Joint Date and time as Modified

Re: Idea: Separate the Modified column into two columns Date and time.

Posted: 07 Sep 2018 22:42
by highend
Write a script that loads two custom columns (or e.g. use: viewtopic.php?f=7&t=18753). Don't know why this is more difficult

Re: Idea: Separate the Modified column into two columns Date and time.

Posted: 08 Sep 2018 06:12
by CompSystems
At least include "no date"

Re: Idea: Separate the Modified column into two columns Date and time.

Posted: 08 Sep 2018 06:21
by jupe
in the meantime, something like this as a scripted custom column is all you need:

Code: Select all

 return formatdate(property("#date.m", <cc_item>), "hh:nn:ss");
for instructions on how to add a custom column:
https://www.xyplorer.com/release_13.90. ... bleColumns