From e1fb6a9162506e347e19c0a3f36df71c79e1092d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 5 Apr 2017 13:41:40 +0200 Subject: [PATCH] --- README.rst | 5 +++++ tca.php | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 README.rst create mode 100644 tca.php diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..c5b3cca --- /dev/null +++ b/README.rst @@ -0,0 +1,5 @@ +typo3 tca eval date timestamp + +- http://lists.typo3.org/pipermail/typo3-dev/2006-June/018804.html +- https://forge.typo3.org/issues/38965 +- https://forge.typo3.org/projects/typo3cms-core/repository/revisions/ccd6b9d9f86dd008d4eb384f6737bbb9bc23c0f3 \ No newline at end of file diff --git a/tca.php b/tca.php new file mode 100644 index 0000000..526e040 --- /dev/null +++ b/tca.php @@ -0,0 +1,9 @@ + 'exdate' => array( + 'label' => 'Ex-Datum', + 'config' => array( + 'type' => 'input', + 'size' => 10, + 'eval' => 'trim,date', + 'dbType' => 'date' + ), + ), -- 2.30.2