full date on admin booking list

This commit is contained in:
Thomas Ruoff
2021-06-21 23:25:27 +02:00
parent 9f3b6bb2e1
commit 3babb39ec2

View File

@@ -43,7 +43,7 @@ export default function AdminRecentBookings({ bookings }) {
</Link>
</h3>
<p className="mt-1 max-w-2xl text-sm text-gray-500">
Last updated {new Date(booking.updatedAt).toLocaleTimeString()}
Last updated {new Date(booking.updatedAt).toLocaleString()}
</p>
</div>
<div className="border-t border-gray-200">