jQuery countdown widget for Yii2
use \tondakal\widgets\Dscountdown; echo Dscountdown::widget([ 'startDate'=>strtotime("now"), 'endDate'=>strtotime('31.12.2015')), 'theme'=>Dscountdown::THEME_BLACK, 'events'=>[ Dscountdown::EVENT_BEFORE_START=>'console.log('beforeStart')', Dscountdown::EVENT_CLOCKING=>'console.log('clocking')', Dscountdown::EVENT_FINISH=>'console.log('finish')', ] ])
Homepage - http://iwayanwirka.duststone.com/dscountdown/, (*1)
GitHub - https://github.com/iwayanwirka/dscountdown, (*2)
Sources Download
MIT
extension yii2 jquery widget countdown