class Playbook::PbDate::Date

def month

def month
  pb_date_time.to_month.capitalize
end