Changed date format for profile

This commit is contained in:
Notoric 2024-06-11 02:04:43 +01:00
parent 2805d68c52
commit fcea754062
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<tr>
<td><a href="{{ url()->to("l/" . $shortlink->shortid) }}">{{ $shortlink['shortid'] }}</a></td>
<td>{{ $shortlink['destination'] }}</td>
<td>{{ $shortlink['created_at'] }}</td>
<td>{{ Carbon\Carbon::parse($shortlink->created_at)->format('M jS Y') }}</td>
</tr>
@endforeach
</table>