------ art_43434_14144319.1168067904946 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline thanks much, working all better now. shawn On 1/6/07, Dan Fitzpatrick <dan / eparklabs.com> wrote: > > shawn bright wrote: > > lo there all, > > > > i am wrestling with this for a bit now. how do i get a time object for > > two > > weeks ago ? > > if > > t ime.now, how do i get t - 2 weeks ? > > > > thanks > > > If you use rails or include active support: > > require 'rubygems' > require 'active_support' > 2.weeks.ago > > Dan > > ------ art_43434_14144319.1168067904946--