jquery - How to set default time in Mobiscroll? -


The main problem is that the project is a bit old and I can not update Mobiscroll The current version of do not know ... My code looks like this:

  jQuery ('# select-time'). Mobiscroll (). Time ({'timeFormat': 'HH: IE: SS', 'TIMEWELLS': 'HHICIS',});  

Let me set the time in 00:00:00

You can work as an arbitrary date and 00:00:00 time

  $ ('# demo'). Mobiscroll (). ({Time format: 'HH: IISS', Time values: 'HHICIS'}); $ ('# Demo'). Mobile Carroll ('Set Date', New Date (2015, 0, 0, 0, 0, 0, 0), true);  

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -