class Playbook::PbKit::PbDateTime

def to_day_of_week

def to_day_of_week
  @value.strftime("%a")
end