From: "Ball, Donald A Jr (Library)" Date: 2007-11-15T03:55:14+09:00 Subject: Re: Date.new('2007-09-01') not legal? > -----Original Message----- > From: list-bounce@example.com > [mailto:list-bounce@example.com] On Behalf Of Greg Willits > Sent: Wednesday, November 14, 2007 12:52 PM > To: ruby-talk ML > Subject: Date.new('2007-09-01') not legal? > > Is that form of creating a new date object really not legal? > If so, that seems mighty odd. Try Date.parse('2007-09-01'). - doanld