From: Christian Weiske Date: Wed, 5 Apr 2017 11:41:40 +0000 (+0200) Subject: (no commit message) X-Git-Url: https://git.cweiske.de/paste/427.git/commitdiff_plain/e1fb6a9162506e347e19c0a3f36df71c79e1092d?ds=sidebyside --- e1fb6a9162506e347e19c0a3f36df71c79e1092d 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' + ), + ),