Date checking ??

Is there a method in Rails to see if a date is valid and in the last 120 years? I'm doing an app that has a list of people and I'd like to check their birthdays. Just checking to see if this is already here before i start coding it.

Thanks

Bob

I use the validates_timeliness gem

http://github.com/adzap/validates_timeliness