javascript - jquery-ui-timepicker-zh-CN How to remove hours, minutes, seconds and position at the bottom of the input box, wait online urgently, anyone who knows can teach me, thank you
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-19 10:22:03
0
1
435

The problem is as shown

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
迷茫

Look at the official website and just follow the instructions. Official case

var startDateTextBox = $('#range_example_4_start');
var endDateTextBox = $('#range_example_4_end');

$.timepicker.dateRange(
    startDateTextBox,
    endDateTextBox,
    {
        minInterval: (1000*60*60*24*4), // 4 days
        maxInterval: (1000*60*60*24*8), // 8 days
        start: {}, // start picker options
        end: {} // end picker options
    }
);

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!