We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb005d0 commit 1dfaca1Copy full SHA for 1dfaca1
docs/column-types/date_columns.md
@@ -8,7 +8,7 @@ Date columns provide an easy way to display dates in a given format, without hav
8
You may pass either a DateTime object, in which you can define an "outputFormat"
9
```php
10
DateColumn::make('Updated At', 'updated_at')
11
- ->outputFormat('Y-m-d H:i:s),
+ ->outputFormat('Y-m-d H:i:s'),
12
```
13
14
Or you may pass a string, in which case you can define an "inputFormat" in addition to the outputFormat:
0 commit comments