diff options
| author | Simon | 2011-05-09 14:41:09 +0200 |
|---|---|---|
| committer | Simon | 2011-05-09 14:41:09 +0200 |
| commit | b5fa9db94b26947eddf5ac27786a2ae52e496f1c (patch) | |
| tree | d7c36edb2038059aa7910a79e8a3d40f701c3e06 /application/modules | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-b5fa9db94b26947eddf5ac27786a2ae52e496f1c.tar.gz pbs2-b5fa9db94b26947eddf5ac27786a2ae52e496f1c.tar.xz pbs2-b5fa9db94b26947eddf5ac27786a2ae52e496f1c.zip | |
datepicker in filterentry
Diffstat (limited to 'application/modules')
| -rw-r--r-- | application/modules/user/forms/FilterEntry.php | 7 |
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"; |
