hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.3k stars 720 forks source link

Expose strftime & offset #296

Open SDemonUA opened 6 years ago

SDemonUA commented 6 years ago

Would be handfull to get strftime function and offset counts w/o requiring DOM elements.

Something like:

var offset = $.countdown(date, options);
$.coundown.strftime('....');