The Mobiscroll website seems to imply that it's possible to have a picker that displays both the date and time

"Date, Time or Both Use it as just a date picker or time picker or choose the full date & time"

However from their documentation and examples I'm not able to figure out how to get the picker to display both date and time wheels. Anybody know if this is possible and how to do it?

Thanks.

有帮助吗?

解决方案

From the documentation (Getting started):

$(function(){
    // create a datetimepicker with default settings
    $("#scroller").mobiscroll().datetime();
});

Demo here: http://demo.mobiscroll.com/datetime/datetime/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top