Frerit / epiclock

Automatically exported from code.google.com/p/epiclock
0 stars 0 forks source link

Querying a clock #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to query an epiClock for its current value? I need to use ajax 
to send the time back to 
the server, but don't see a function that would allow me to do this?

Thanks

-JT

Original issue reported on code.google.com by johnptoo...@gmail.com on 9 Nov 2009 at 10:55

GoogleCodeExporter commented 9 years ago
It's not currently part of the core of the epiclock, but the following code 
patch should allow you to do exactly 
what you need.

I'll mark this as an enhancement for the next version, as it's been requested a 
number of times so far.

Original comment by gars...@gmail.com on 10 Nov 2009 at 12:33

Attachments:

GoogleCodeExporter commented 9 years ago
This functionality has been made default in epiClock 2.2

Simply call $('#element').epiclockQuery( formattingString );

Original comment by gars...@gmail.com on 12 Jan 2010 at 5:05