Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [nt6] GT::Date Usage Question: Edit Log

Here is the list of edits for this post
Re: [nt6] GT::Date Usage Question
You can change it by setting the format GT::Date uses with a global tag at the top of your page.

<%set_date_format%>

Code:
sub {
require GT::Date;
import GT::Date qw/date_set_format/;
date_set_format('%ddd% %mmm% %dd% %yyyy%');
return;
}

I think that should work.

Last edited by:

Paul: Aug 30, 2002, 6:30 AM

Edit Log: