[TYPO3-english] Hours in Start Field of Page Properties
    Erik Svendsen 
    erik at linnearad.no
       
    Tue Apr 27 12:14:19 CEST 2010
    
    
  
Den 27.04.2010 12:03, skrev Iban Cardona i Subiela:
> Hello,
>
> In the "Access" tab of "Properties" of a page, you can enter a start and
> end date of publication.
> Do you know any method to introduce also hours and minutes in this field?
>
> Thank you very much.
With overriding TCA for these two fields. Easiest way as far I know is 
to uncomment following lines in typo3conf/etxTables.php
# $GLOBALS['TCA']['pages']['columns']['starttime']['config']['eval'] = 
'datetime';
# $GLOBALS['TCA']['pages']['columns']['endtime']['config']['eval'] = 
'datetime';
Regards
Erik Svendsen
    
    
More information about the TYPO3-english
mailing list