summaryrefslogtreecommitdiff
path: root/nop/site_media/nowplaying_form.js
blob: ce3d2aabfaf0e96d5319545d27723495f87b96f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
jQuery(document).ready(function() {
    jQuery("#nop_date").dateinput({
        format: 'yyyy-mm-dd',
        firstDay: 1
    });
    jQuery("#nop_time").AnyTime_picker({
        format: "%H:%i",
        labelTitle: "Zeit",
        labelHour: "Stunde",
        labelMinute: "Minute"
    });
});