On 2015-04-21 21:39, Philip Deubner wrote:
On 2015-04-20 23:54, [email protected] wrote:
Is it possible to add a Time column or modify the Date column to
include time to the GUI?
yes, it's possible. Put $config['DATE_TEMPLATE'] = 'Y.m.d';
to config-site.php and fix it.
Janos
I tried to include it into the config-site.php. After restarting the
webserver, no time column showed up - what am I doing wrong?
tweaking this value doesn't create new column for you. It affects only
the formatting, ie. $config['DATE_TEMPLATE'] = 'd/m/Y H:i:s';
would extend the already existing column, and give you the hour, min,
sec
besides the date.
Check out the demo site for what to expect.
Janos