magnusjt / schedulerjs

jQuery schedule time picker plugin
MIT License
61 stars 16 forks source link

New day proble #4

Open armkof1 opened 7 years ago

armkof1 commented 7 years ago

Hi Im using your library, its great but i have a problem,

I need show the next 8 hours, but when in my steps have a new day example; ["22:00","23:00","00:00","01:00"]

the layouts fails. scheduler1

scheduler2

Im triying to undertand your library to make the changes. Thanks

magnusjt commented 7 years ago

Unfortunately the library only works for one day, so the time steps need to be in order. Could probably fix this by adding an optional date part, but I don't have time for that right now. I'd be happy to look at a pull request though :)