hilios/jQuery.countdown

Expose strftime & offset

SDemonUA opened this issue · 0 comments

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

Something like:

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