TimeSpinner : Mootools' time selector widget

Example 1

Basic one, use default values : increase of 15min, autorepeat at 200msec, no limit, no event callback, use the current time as reference.



Example 2

More complex. Increase every 10min,
limit the range between 14:00 and 18:00,
set an autorepeat at 400msec,
force the time at 15:00



Example 3

Same as example 2 but will fire events at 15:30 and 17:00.
This example use a date object as start time (instead of plain number).


message would display here :