Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 474 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 474 Bytes

mobi-datetime-picker

mobiscroll datetime custom theme

Usage

    $(function () {
        $('#demo_datetime').mobiscroll().datetime({
            theme: 'ios',
            mode: 'scroller',
            display: 'top',
            lang: 'zh',
            minDate: new Date(2012, 3, 10, 9, 22),
            maxDate: new Date(2014, 7, 30, 15, 44),
            stepMinute: 5
        });
    });

Demo page

demo