]> git.andy128k.dev Git - ipf.git/commitdiff
forms: allow to edit dates
authorAndrey Kutejko <andy128k@gmail.com>
Mon, 11 Apr 2011 15:27:19 +0000 (18:27 +0300)
committerAndrey Kutejko <andy128k@gmail.com>
Mon, 11 Apr 2011 15:27:19 +0000 (18:27 +0300)
ipf/form/db/date.php [new file with mode: 0644]

diff --git a/ipf/form/db/date.php b/ipf/form/db/date.php
new file mode 100644 (file)
index 0000000..a8d86be
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+class IPF_Form_DB_Date extends IPF_Form_DB{
+    public $type = 'date';
+}