Update code for proper index.

This commit is contained in:
James Cole
2021-04-27 07:55:54 +02:00
parent be844b82af
commit a83578d1ae
8 changed files with 80 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ return [
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_day_fns' => 'MMMM d, y',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',