class Playbook::PbKit::PbDateTime

def to_month_downcase

def to_month_downcase
  @value.strftime("%b")
end