From: Martin DeMello Date: 2008-09-13T03:24:14+09:00 Subject: Re: Getting current date On Fri, Sep 12, 2008 at 10:13 AM, laredotornado wrote: > > Thanks for this info and the link. I couldn't find this on the linked > page, but what is an expression to get the current date minus one > month, in the same format as above? rails's activesupport library has hammered on these issues extensively - it's worth not reinventing the wheel http://as.rubyonrails.com/ You can always copy bits of code if you don't want to pull the library in. martin