From 2fb675773c73dd614ea26e73ac1e8caf60118b1c Mon Sep 17 00:00:00 2001 From: nfigueira <43585088+nfigueira@users.noreply.github.com> Date: Wed, 5 May 2021 19:21:46 -0700 Subject: [PATCH] updated date in meetings/show to show month --- app/views/meetings/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/meetings/show.html.haml b/app/views/meetings/show.html.haml index b8a2dd04..9977c7a3 100644 --- a/app/views/meetings/show.html.haml +++ b/app/views/meetings/show.html.haml @@ -15,7 +15,7 @@ Your Next Meeting Info .card-body %h5 Time & Date: - #{@meeting.set_time.strftime("%A %d at %l:%M %p")} + #{@meeting.set_time.strftime("%A, %B %d at %l:%M %p")} .card-body %h5 Location: #{@meeting.set_location.titleize}