Working with dates in ruby and rails on windows, having problems with pre-epoch dates (before 1970) throwing out of range exceptions. Tried using both Time and DateTime objects but continuing to have the same problems.
A:
You can also check out the section on dates on ruby-doc.org. I'm still learning Ruby but it sounds like you could use either the Civil or Commerical Date to go back before 1970.
Scott Gottreu
2008-08-26 14:35:15
A:
Ended up using the Date class, problem then became making that work with the rails select helper - which didn't happen, just generated the html myself.
John Duff
2008-08-26 16:16:30