class Pagy::Calendar::Month

def months_in(time)

Number of months in time
def months_in(time)
  (time.year * 12) + time.month
end