Method: FluidTime#m

Defined in:
lib/fluid-time.rb

#mObject Also known as: mm, mon, month_of_year

%m - Month of the year (01..12)



146
# File 'lib/fluid-time.rb', line 146

def m; cat @time.strftime('%m') end