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 7401 Apr 5, 2007, 4:21 AM
Thread Re: [incik] Add_Date Global ?
Andy 7337 Apr 5, 2007, 8:44 AM
Thread Re: [Andy] Add_Date Global ?
incik 7299 Apr 9, 2007, 8:33 PM
Post Re: [incik] Add_Date Global ?
tandat 7295 Apr 9, 2007, 10:41 PM
Thread Re: [incik] Add_Date Global ?
Andy 7326 Apr 10, 2007, 12:53 AM
Thread Re: [Andy] Add_Date Global ?
incik 7334 Apr 10, 2007, 6:35 AM
Thread Re: [incik] Add_Date Global ?
Andy 7288 Apr 10, 2007, 7:42 AM
Thread Re: [Andy] Add_Date Global ?
incik 7286 Apr 10, 2007, 8:16 AM
Thread Re: [incik] Add_Date Global ?
Andy 7277 Apr 10, 2007, 8:23 AM
Thread Re: [Andy] Add_Date Global ?
incik 7359 Apr 10, 2007, 9:16 AM
Thread Re: [incik] Add_Date Global ?
Andy 7318 Apr 10, 2007, 9:30 AM
Thread Re: [Andy] Add_Date Global ?
incik 7306 Apr 10, 2007, 9:39 AM
Thread Re: [incik] Add_Date Global ?
Andy 7307 Apr 10, 2007, 10:01 AM
Thread Re: [Andy] Add_Date Global ?
incik 7276 Apr 10, 2007, 10:04 AM
Post Re: [incik] Add_Date Global ?
Andy 7287 Apr 10, 2007, 10:08 AM