View Single Post
  #2  
Old 10-04-2004, 01:54 PM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

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
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote