[TYPO3-core] RFC: #12652: Value Preview of empty timestamp shows "01-01-70 (-40 yrs) "

Oliver Klee typo3-german-02 at oliverklee.de
Wed Nov 18 13:12:44 CET 2009


Hi,

+1 by reading with two nitpicks:

1. For better readability, please put the expression in parenthesis:
($value == 0)

2. (optional) I'd prefer to have the positive ("normal") case first:

= ($value != 0) ? t3lib_BEfunc::date($value) : '' .


Oli


More information about the TYPO3-team-core mailing list