diff --git a/views/bossfight.erb b/views/bossfight.erb
index 9a33eb5..51e3930 100644
--- a/views/bossfight.erb
+++ b/views/bossfight.erb
@@ -4,7 +4,7 @@
-
Kill Date:
- <%= @first_negative.created_at if @first_negative %>
+ <%= @first_negative.created_at.strftime('%H:%M on %m-%d-%Y') if @first_negative %>
-
Killing Blow:
<%= @first_negative.attacker if @first_negative %>