schedulerjs
schedulerjs copied to clipboard
New day proble
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.
Im triying to undertand your library to make the changes. Thanks
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 :)