Skip to content

Commit 850cfe3

Browse files
authored
Merge pull request #47 from Fijvect/patch-1
NovaSentMail "Sent At" Field formatting fix
2 parents d1cb3f2 + 9912da3 commit 850cfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nova/NovaSentMail.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function fields(Request $request)
5858
return trim(strip_tags($content));
5959
})
6060
->alwaysShow(),
61-
DateTime::make('Sent At', 'created_at')->format('M/d/Y h:mm:ss a'),
61+
DateTime::make('Sent At', 'created_at')->format('M/D/Y h:mm:ss a'),
6262
];
6363
}
6464

0 commit comments

Comments
 (0)