class Playbook::PbTimestamp::Timestamp

def format_date_string

def format_date_string
  "#{pb_date_time.to_month_downcase} #{pb_date_time.to_unpadded_day}#{format_year_string}"
end