Method: Playbook::PbTimeStacked::TimeStacked#format_time_string

Defined in:
app/pb_kits/playbook/pb_time_stacked/time_stacked.rb

#format_time_stringObject


17
18
19
# File 'app/pb_kits/playbook/pb_time_stacked/time_stacked.rb', line 17

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