jquery - How to set default time in Mobiscroll? -



jquery - How to set default time in Mobiscroll? -

the main problem project bit old , can't update mobiscroll , don’t know current version of it... code looks this:

jquery('#select-time').mobiscroll().time({ 'timeformat': 'hh:ii:ss', 'timewheels': 'hhiiss', });

i need set time 00:00:00

you can utilize setdate function passing arbitrary date , 00:00:00 time

$('#demo').mobiscroll().time({ timeformat: 'hh:ii:ss', timewheels: 'hhiiss' }); $('#demo').mobiscroll('setdate', new date(2015, 0, 0, 0, 0, 0, 0), true);

jquery mobiscroll

Comments

Popular posts from this blog

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -