Skip to content

Commit

Permalink
Merge pull request #500 from JeremieConstant/JeremieConstant-patch-1
Browse files Browse the repository at this point in the history
Fix file reference in 6.x crud-columns
  • Loading branch information
pxpm authored Aug 21, 2023
2 parents 8a1d657 + 7ffb186 commit 9cfde08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 6.x/crud-columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ Show the HTML that you provide in the page. You can optionally escape the text w
### date


The date column will show a localized date in the default date format (as specified in the ```config/backpack/base.php``` file), whether the attribute is cast as date in the model or not.
The date column will show a localized date in the default date format (as specified in the ```config/backpack/ui.php``` file), whether the attribute is cast as date in the model or not.

Note that the ```format``` attribute uses ISO date formatting parameters and not PHP ```date()``` formatters. See <https://carbon.nesbot.com/docs/#iso-format-available-replacements> for more information.

Expand All @@ -282,7 +282,7 @@ Note that the ```format``` attribute uses ISO date formatting parameters and not
### datetime


The date column will show a localized datetime in the default datetime format (as specified in the ```config/backpack/base.php``` file), whether the attribute is cast as datetime in the model or not.
The date column will show a localized datetime in the default datetime format (as specified in the ```config/backpack/ui.php``` file), whether the attribute is cast as datetime in the model or not.

Note that the ```format``` attribute uses ISO date formatting parameters and not PHP ```date()``` formatters. See <https://carbon.nesbot.com/docs/#iso-format-available-replacements> for more information.

Expand Down

0 comments on commit 9cfde08

Please sign in to comment.