I am using today's timetable plugin on my website. Problem is, starting time is the current time. But I want it to define it to a fixed time (i.e. 10:00). How can I do it?
plugin url with instructions (very limited): http://www.cod3.net/timetable/
I am using today's timetable plugin on my website. Problem is, starting time is the current time. But I want it to define it to a fixed time (i.e. 10:00). How can I do it?
plugin url with instructions (very limited): http://www.cod3.net/timetable/
In 'How to use it' section, it says that you can use the 'goTo' method to go to specific hour.
nameOfYourVar.goTo(hour);