Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [incik] Add_Date Global ?

Quote Reply
Re: [incik] Add_Date Global ? In reply to
Hi,

This should work

sub {
use GT::Date;
my $date = $_[0];
my $datenew = GT::Date::date_add($date, 30);
return $date_new;
}
[/code]


Cheers,

Dat

Programming and creating plugins and templates
Blog
Subject Author Views Date
Thread Add_Date Global ? incik 7500 Apr 5, 2007, 4:21 AM
Thread Re: [incik] Add_Date Global ?
Andy 7434 Apr 5, 2007, 8:44 AM
Thread Re: [Andy] Add_Date Global ?
incik 7396 Apr 9, 2007, 8:33 PM
Post Re: [incik] Add_Date Global ?
tandat 7393 Apr 9, 2007, 10:41 PM
Thread Re: [incik] Add_Date Global ?
Andy 7424 Apr 10, 2007, 12:53 AM
Thread Re: [Andy] Add_Date Global ?
incik 7431 Apr 10, 2007, 6:35 AM
Thread Re: [incik] Add_Date Global ?
Andy 7387 Apr 10, 2007, 7:42 AM
Thread Re: [Andy] Add_Date Global ?
incik 7384 Apr 10, 2007, 8:16 AM
Thread Re: [incik] Add_Date Global ?
Andy 7374 Apr 10, 2007, 8:23 AM
Thread Re: [Andy] Add_Date Global ?
incik 7456 Apr 10, 2007, 9:16 AM
Thread Re: [incik] Add_Date Global ?
Andy 7415 Apr 10, 2007, 9:30 AM
Thread Re: [Andy] Add_Date Global ?
incik 7404 Apr 10, 2007, 9:39 AM
Thread Re: [incik] Add_Date Global ?
Andy 7404 Apr 10, 2007, 10:01 AM
Thread Re: [Andy] Add_Date Global ?
incik 7374 Apr 10, 2007, 10:04 AM
Post Re: [incik] Add_Date Global ?
Andy 7384 Apr 10, 2007, 10:08 AM