From: Shandy Nantz Date: 2008-02-29T06:30:07+09:00 Subject: Re: Getting number of days in a month Morton Goldberg wrote: > > require "Date" > d = Date.new(2008, 2, -1) > d.day # => 29 > > Regards, Morton This is what I ened up using and it seems to work. Thanks, -S -- Posted via http://www.ruby-forum.com/.