[TYPO3] Start/stop fields - date & time instead of date only - how?

Zachary Denison zacharydenison at gmail.com
Thu Apr 26 18:15:33 CEST 2007


The way I did it was like this:  In my ~/typo3conf/extTables.php file
I uncommented the following lines:

$GLOBALS['TCA']['tt_content']['columns']['starttime']['config']['eval']
= 'datetime';
$GLOBALS['TCA']['tt_content']['columns']['endtime']['config']['eval']
= 'datetime';
$GLOBALS['TCA']['pages']['columns']['starttime']['config']['eval'] = 'datetime';
$GLOBALS['TCA']['pages']['columns']['endtime']['config']['eval'] = 'datetime';

On 4/26/07, Christoph Luehr <chluehr at gmail.com> wrote:
> Hi,
>
> in wonder if (and how) it is possible to change the
> start/stop fields of the page properties and content elements
> in the section "General options:" so that the user is
> able to enter a time (in addition to a date ..).
>
> Any ideas and suggestions would be greatly appreciated.
>
> Kind regards,
> Christoph Luehr
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>


More information about the TYPO3-english mailing list