Re: I need help creating a custom Date parser

2003-12-09 Thread Rick Measham
On Tue, 9 Dec 2003 12:29:33 -0800 , Hill, Ronald wrote > my $dt = DateTime::Format::UGAnswer->parse_date('Jan 26 2001'); > > print $dt->mdy; > > I have tried messing with this line in the package > strptime => '%B%N%d%N%Y' in order to get it to work but nogo %N is nanoseconds. You might

RE: I need help creating a custom Date parser

2003-12-09 Thread Hill, Ronald
Hi Rick, > > On Tue, 9 Dec 2003 12:29:33 -0800 , Hill, Ronald wrote > > my $dt = DateTime::Format::UGAnswer->parse_date('Jan 26 2001'); > > > > print $dt->mdy; > > > > I have tried messing with this line in the package > > strptime => '%B%N%d%N%Y' in order to get it to work but nogo >