Gossamer Forum
Quote Reply
Date Format
Hi,
Me again! Just a quicky, I want my date format to be DDMMYY and not DD-MM-YY! Is there a way to remove the -? I have removed it from under the date_to_unix subroutine
my ($day, $mon, $year) = split(/-/, $_[0]); but it then says "Invalid date format"
Does anyone have any ideas? I'd be very greatful!
Ben Blackmore

Quote Reply
Re: Date Format In reply to
What software are you using?

You would have better luck posting your questions in the appropriate forum that deals with the software that you are using...or better yet...searching the support forums for answers.

Regards,

Eliot Lee