Skip to content

Commit 7ecc7d2

Browse files
committed
Update date format
1 parent 162c981 commit 7ecc7d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/PasteController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public function view($link, Request $request){
151151
'content' => $paste->content,
152152
'expiration' => $expiration,
153153
'privacy' => $privacy,
154-
'date' => $paste->created_at->format('M jS, Y'),
154+
'date' => $paste->created_at->format('M j, Y'),
155155
'fulldate' => $paste->created_at->format('d/m/Y - H:i:s'),
156156
'noSyntax' => $paste->noSyntax,
157157
]);

0 commit comments

Comments
 (0)