date format changed to add time as well
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
year: 'numeric',
|
||||
month: 'long',
|
||||
day: 'numeric'
|
||||
}) %>, <%= new Date(analysis.created_at).toLocaleTimeString('en-US', {
|
||||
timeStyle: "long",
|
||||
timeZone: "America/New_York"
|
||||
}) %>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user