Gossamer Forum
Home : Products : DBMan : Discussions :

Re: Date Format

Quote Reply
Re: Date Format In reply to
Sorry wasn't sure which board that question would come under! As for the question I have changed the date_to_unix subroutine in the following way!
my ($day, $mon, $year) = split(/-/, $_[0]);
my ($day,$mon,$year) = split(//, $_[0]);
But what do I change under the get_date routine? I can't see anywhere where it says about using a - to separate the dates!
Regards
Ben

Subject Author Views Date
Thread Date Format bjblackmore 3053 Oct 10, 2000, 2:30 AM
Thread Re: Date Format
AstroBoy 2975 Oct 10, 2000, 4:34 AM
Thread Re: Date Format
bjblackmore 2964 Oct 10, 2000, 6:35 AM
Post Re: Date Format
AstroBoy 2952 Oct 10, 2000, 4:54 PM