jQuery-Clock-Plugin icon indicating copy to clipboard operation
jQuery-Clock-Plugin copied to clipboard

Turns a given dom element into a jQuery Clock that can take an initial timestamp instead of client system time, supports internationalization and `Intl.DateTimeFormat` options or PHP Style Format Char...

Results 5 jQuery-Clock-Plugin issues
Sort by recently updated
recently updated
newest added

Perhaps a few words on the readme about the difference between `jqclock.js`, `jqclock.min.js`, `jqclock-lite.js`, and `jqclock-lite.min.js`.

NPMJS already tells you how to install with NPM. However installing with yarn might not be so straightforward. After quite a bit of fiddling around with an instance of `yarn...

The first time I published this plugin as a package (`v2.3.4`), I published it to the npmjs registry under the name `jquery-clock-plugin`. The next time I published the plugin as...

It is necessary to call $("#jqclock").clock(clockOptions); twice for the timeZone correction to be applied.

Even without using timeFormat, it is displaying the time alongside the date. I believe it should only display the date. ![Image](https://github.com/user-attachments/assets/e267e827-2623-4af7-bfd9-c1598311e3cf) ``` const dateOptions = { "timestamp": currentTimestamp, "dateFormat": {...