[ic] IC tag in UserTag

Grant listbox at email.com
Sat Oct 4 14:35:17 EDT 2003


> > I need to include the time tag in a block of XML in a UserTag.
> How can I
> > write this in Perl inside a UserTag:
> >
> > <LastModifiedTime>[time gmt="1" adjust="-1"]%Y-%m-%d
> > %H:%M:%S[/time]</LastModifiedTime>
>
> $Tag->time({gmt => 1, adjust => -1, body => '%Y-%m-%d %H:%M:%S'});
>
> Ciao
> 	Racke

Stephen and Ed -

Using either of the methods you guys suggested, I get this:

Vend::Tags=HASH(0x95510f0)->time( { gmt => '1', adjust => '-1' } '%Y-%m-%d
%H:%M:%S' )

Who's got the cure?

- Grant



More information about the interchange-users mailing list