Class: Date

Inherits:
Object
  • Object
show all
Defined in:
lib/randomperson/ext/Date.rb

Class Method Summary collapse

Class Method Details

.days_in_month(year, month) ⇒ Object



2
3
4
# File 'lib/randomperson/ext/Date.rb', line 2

def Date.days_in_month( year, month ) 
  Date.civil(year, month, -1).day 
end