Simple Timer QUestion !
HOW DO I MAKE A TIMER ACTIVATE FROM 9 AM TO 6 PM DAILy?
I have one timer that runs at every 15 seconds to do work.
The only idea is to have two more timers, one set at 9 am that runs timer1.start() and the second timer to run timer1.stop() at 6 pm, but thats a lot of overhead and work to do a simple task..
Any suggestion ??

