mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix date handling in admin books page
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
</td>
|
||||
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 dark:text-gray-400">
|
||||
@if($book->publishdate)
|
||||
{{ date('Y-m-d', $book->publishdate) }}
|
||||
{{ \Carbon\Carbon::parse($book->publishdate)->format('Y-m-d') }}
|
||||
@else
|
||||
—
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user