]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/DateField.class.php
Finished refactoring of the FormElement class.
[timetracker.git] / WEB-INF / lib / form / DateField.class.php
index 320d5240d498c09c724ecd495e51c6edca64d193..3906db6c895e276d6c751a87b53edd4a3ab76791 100644 (file)
@@ -80,7 +80,7 @@ class DateField extends TextField {
     }
   }
 
-  function toStringControl() {
+  function getHtml() {
 
     if (!$this->isEnabled()) {
       $html = htmlspecialchars($this->getValue()).