class Playbook::PbTime::Time

def format_time_string

def format_time_string
  "#{pb_date_time.to_hour}:#{pb_date_time.to_minutes}#{pb_date_time.to_meridian}"
end