Project

General

Profile

Actions

Bug #78251

closed

Epic #77562: Misbehaviors with datetime values and timezones

Not possible to output DateTime by TS

Added by Georg Ringer over 7 years ago. Updated almost 7 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2016-10-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Having a field in TCA with

'config' => [
                'dbType' => 'date',
                'type' => 'input',
                'size' => 7,
                'eval' => 'date',
                'checkbox' => 0,
                'default' => '0000-00-00'
            ],

it is impossible to manipulate this with TypoScript. Neither stdWrap_date nor stdWrap_strftime can handle that input

Actions

Also available in: Atom PDF