(no commit message)
authorChristian Weiske <cweiske@cweiske.de>
Wed, 5 Apr 2017 11:41:40 +0000 (13:41 +0200)
committerwww-cweiske <www-cweiske@localhost.localdomain>
Wed, 5 Apr 2017 11:41:40 +0000 (13:41 +0200)
README.rst [new file with mode: 0644]
tca.php [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..c5b3cca
--- /dev/null
@@ -0,0 +1,5 @@
+typo3 tca eval date timestamp\r
+\r
+- http://lists.typo3.org/pipermail/typo3-dev/2006-June/018804.html\r
+- https://forge.typo3.org/issues/38965\r
+- 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 (file)
index 0000000..526e040
--- /dev/null
+++ b/tca.php
@@ -0,0 +1,9 @@
+        'exdate' => array(\r
+            'label'   => 'Ex-Datum',\r
+            'config'  => array(\r
+                'type' => 'input',\r
+                'size' => 10,\r
+                'eval' => 'trim,date',\r
+                'dbType' => 'date'\r
+            ),\r
+        ),\r