I'm sure there's a good simple elegant one-liner in Ruby to give you the number of days in a given month, accounting for year, such as "February 1997". What is it?
|
|
This is the implementation from ActiveSupport (a little adapted):
|
||
|
|
|
How about:
You may also want to look at Time::days_in_month in Ruby on Rails. |
||
|
|
