class Time

def to_minidate

def to_minidate
  MiniDate.new(self.month, self.day)
end