class Playbook::PbDate::Date

def day_of_week

def day_of_week
  pb_date_time.to_day_of_week
end