Tagged Questions

2
votes
1answer
945 views

Can you recommend a selectable Javascript Timetable widget?

Does anyone know of a js "time table" widget? I need the following: Days of week in columns & hours of day in rows 1 hour time slot cells (or customisable) Ability to select multiple times ...
0
votes
1answer
80 views

Adding a location to a javascript timetable

feel free to launch abuse at me if I have missed a question that expains this. I'm pretty new to JS aswell. I'm building a timtable for shuttle buses to and from our offices. I wanted to add a new ...
0
votes
5answers
231 views

How to keep leading zero in a timetable

I've got a selection of times, but I want to keep the leading zero: var fastTrainReading = [0943, 0957, 1006, 1013 , 1027, 1036, 1043, 1057, 1106, 1113, 1127, 1136, 1213, 1227, 1236, 1243, 1257, ...