From: botp Date: 2009-04-15T11:45:40+09:00 Subject: Re: Date.parse 1.8 vs 1.9 On Wed, Apr 15, 2009 at 8:39 AM, Michael Guterl wrote: > I am sure I am not the first person to run across this issue.  What is fwiw, i prefer current ruby1.9 behaviour primarily because Date.parse("2009/4/30") == Date.parse("30/4/2009") #=>true thus, i do not have this issue since i always enter dates strings in yyyy/mm/dd or dd/mm/yyyy format kind regards -botp