Is there a Javascript cron implementation somewhere that I'm missing?
Posted
by user173491
on Stack Overflow
See other posts from Stack Overflow
or by user173491
Published on 2010-03-11T20:07:55Z
Indexed on
2010/03/11
20:09 UTC
Read the original article
Hit count: 191
I'm aware of timing issues in Javascript, how its not exact/off by milliseconds etc, but I need something to at least attempt to do browser-based scheduling.
In terms of features, I'm thinking something along the lines of scheduling patterns described here: http://www.sauronsoftware.it/projects/cron4j/manual.php#p02
Anything out there? I've done google searches and haven't found any implementation worth nothing.
© Stack Overflow or respective owner