ここでこの素晴らしい jQuery コードを使用しています: http://hilios.github.io/jQuery.countdown/
私は終了日後にそれを機能させようとしています。何か考えはありますか?次のように表示されます。
3 セマヌ ソワ 10 時間と 10 分
$('#timeout').countdown(finalDate, {elapse: true})
.countdown("2015/05/01 12:00:00", function(event) {
$(this).text(
event.strftime('%-w %!w:semaine,semaines; soit %-D %!D:jour,jours; et %-H %!H:heure,heures;')
);
});
ありがとう!