Domanda

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.

È stato utile?

Soluzione

From the documentation (Getting started):

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

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top