Method: Date#mon

Defined in:
lib/date.rb

#monObject Also known as: month

Get the month of this date.

January is month 1.



1091
# File 'lib/date.rb', line 1091

def mon() civil[1] end