1bez.ctl.report = function() {
2    //date picker
3    jQuery("form .date").datepicker({
4        dateFormat: "yy-mm-dd"
5    });
6};