Re: Date range from Week number

2005-12-21 Thread Rick Measham
On Wed, 21 Dec 2005, Rick Measham wrote: my $DateTimeGPS = DateTime::Decorated( with => 'GPS' ); Dave Rolsky wrote: This means you're sticking a Decorated() function into the DateTime namespace. Is that intentional? It seems awfully weird. Oops! My bad .. my $DateTimeGPS = new DateTime::De

Re: Date range from Week number

2005-12-21 Thread Dave Rolsky
On Wed, 21 Dec 2005, Rick Measham wrote: So now I come back to DateTime::Decorated that I started back in June to deafening silence... Unless I get any objections I'll get it ready to go, and release GPS and WeekConstructor at the same time. my $DateTimeGPS = DateTime::Decorated( with => 'GPS

Re: Fwd: [PBP-pm] Working with dates

2005-12-21 Thread Rick Measham
- Forwarded message from Jay Buffington <[EMAIL PROTECTED]> - Hi Everyone. I'd like some feedback on best practices for working with dates in perl. Here's what I came up with: --- >8 --- Displaying Dates Use CPAN's DateTime to format dates for display. If you're going to be using D

Fwd: [PBP-pm] Working with dates

2005-12-21 Thread Joshua Hoblitt
- Forwarded message from Jay Buffington <[EMAIL PROTECTED]> - From: Jay Buffington <[EMAIL PROTECTED]> Date: Tue, 20 Dec 2005 21:27:31 -0800 To: Perl Best Practices <[EMAIL PROTECTED]> Subject: [PBP-pm] Working with dates Hi Everyone. I'd like some feedback on best practices for working