
10-04-2004, 01:54 PM
|
|
 | |
|
|
 X-Guru
|
|
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
|
|
|
if you want something to happen on say sunday ...
Code:
{if $smarty.now|date_format:"%A" eq sunday}
do this
{/if}
http://smarty.php.net/manual/en/language.modifier.date.format.php
or
http://smarty.php.net/manual/en/language.variables.smarty.now.php
for more info
|
|