We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1cb3f2 + 9912da3 commit 850cfe3Copy full SHA for 850cfe3
src/Nova/NovaSentMail.php
@@ -58,7 +58,7 @@ public function fields(Request $request)
58
return trim(strip_tags($content));
59
})
60
->alwaysShow(),
61
- DateTime::make('Sent At', 'created_at')->format('M/d/Y h:mm:ss a'),
+ DateTime::make('Sent At', 'created_at')->format('M/D/Y h:mm:ss a'),
62
];
63
}
64
0 commit comments