First of all let me thank you for this excellent plugin. It's very nice!
As the title says, I am in the need of something a bit more complex; and since I`m quite a noob in JS (never really like it to be honest) achieving this is painful.
Could you give me an example and tell me if this is possible at all:
Set desired time zone for the timers
Multiple timers started at the same time (so seconds lapse is the same for all)
Each timer to specify hour:minute:second
Each timer on callback to wait for a specified amount of time and display some text like "happening" before starting again
Customize each timer based on days, for example Timer1 runs on Monday and Tuesday only, Timer2 runs every day, Timer3 runs only Saturday (I hope I`m explaining right)
I`m having a play around meanwhile to see if I can do this, however I would really appreciate a bit of help :)
First of all let me thank you for this excellent plugin. It's very nice!
As the title says, I am in the need of something a bit more complex; and since I`m quite a noob in JS (never really like it to be honest) achieving this is painful.
Could you give me an example and tell me if this is possible at all:
hour:minute:second
I`m having a play around meanwhile to see if I can do this, however I would really appreciate a bit of help :)
Thanks!