summaryrefslogtreecommitdiffstats
path: root/application/modules/user/forms
diff options
context:
space:
mode:
Diffstat (limited to 'application/modules/user/forms')
-rw-r--r--application/modules/user/forms/FilterEntry.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/application/modules/user/forms/FilterEntry.php b/application/modules/user/forms/FilterEntry.php
index 42885ff..674667f 100644
--- a/application/modules/user/forms/FilterEntry.php
+++ b/application/modules/user/forms/FilterEntry.php
@@ -113,6 +113,13 @@ class user_Form_FilterEntry extends Zend_Form
'required' => true,
'id' => 'val2'
));
+ echo '
+ <script>
+ $(function() {
+ $( "#val1" ).datepicker("option", "dateFormat","dd.mm.yy);
+ $( "#val2" ).datepicker("option", "dateFormat","dd.mm.yy);
+ });
+ </script>';
break;
case "2":
$desc = "You can set one Mac-Adress or an Mac-Range";