次のように、2時間からの簡単なカウントダウンを表示しようとしています:
$(function () {
var timeout = new Date(20000);
$('#countdown').countdown({until: timeout, compact: true, format: 'HMS'});
});
しかし、私はちょうど 00:00:00 を取得します。なぜですか?
次のように、2時間からの簡単なカウントダウンを表示しようとしています:
$(function () {
var timeout = new Date(20000);
$('#countdown').countdown({until: timeout, compact: true, format: 'HMS'});
});
しかし、私はちょうど 00:00:00 を取得します。なぜですか?