
Neyse ben de basit bir şey hazırladım. http://www.yarimle.co.cc
93
●19.239

<script type="text/javascript">
$(function () {
var austDay = new Date();
austDay = new Date(2010,03,08,11,04,00);
$('#defaultCountdown').countdown({since: austDay, layout: '{on} {ol}, {dn} {dl}, {hn} {hl}, {mn} {ml}, ve {sn} {sl}'});
$('#year').text(austDay.getFullYear());
});
</script>austDay = new Date(2010,03,08,11,04,00);labels: ['Yil', 'Ay', 'Hafta', 'Gun', 'Saat', 'Dakika', 'Saniye'],
format: 'dHMS'yazar
format: 'yodHMS'olarak değiştirirsen yıl ve ay da eklemiş olursun..
$('#defaultCountdown').countdown({since: austDay, layout: '{yn} {yl}, {on} {ol}, {dn} {dl}, {hn} {hl}, {mn} {ml}, ve {sn} {sl}'});ile değiştir.
)
