[ic] date stamp with ic tag?

Blair Campbell interchange-users@icdevgroup.org
Fri Sep 20 17:57:00 2002


thanks I used and it works

Suppose we set a scratch variable called 'now' as follows:

   [set name=now interpolate=0][time]%A, %B %d, %Y[/time][/set]
If today is Monday, January 1, 2001,

   [scratch name=now interpolate=0]
   [scratch name=now interpolate=1]
the first line yields

   [time]%A, %B %d, %Y[/time]
while the second yields

   Monday, January 1, 2001
----- Original Message ----- 
From: "Ron Phipps" <rphipps@reliant-solutions.com>
To: <interchange-users@icdevgroup.org>
Sent: Friday, September 20, 2002 1:42 PM
Subject: RE: [ic] date stamp with ic tag?


> > From: Blair Campbell
> > 
> > I want to put on current date and using the
> > <!--#config timefmt="%A %B %d %Y" -->
> > <!--#echo var="DATE_LOCAL" -->
> > In order to do that I need the template leftright to be .shtml I don't
> > know
> > how to do that. Is there an IC tag that will do the same thing?
> > 
> > thanks blair
> 
> Please use the search at http://www.icdevgroup.org .  A search for
> 'time' will return the tag you are looking for.
> 
> Thanks,
> -Ron
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>