Countdown New Year Or Any Other Holiday

For those who are intrested for a countdown.



[attachment=8937:countdown01.png]



[attachment=8938:countdown02.png]



Create a smarty html block and paste this source code on the page you like to show.

You can change the text to whathever you like.

```php


New Year in:
[clock2]



```

You can translate the format to your language:
```php


New Year in:
[clock2]


```
```php
var DisplayFormat = "%%D%% Days %%H%% Hours %%M%% Minutes %%S%% Seconds";
```
```php
document.getElementById(myDiv).innerHTML = "

Hurray, It's New Year!!!!!!

";
```


Regards

countdown01.png

countdown02.png