Skip to content

Commit

Permalink
Merge pull request #21 from mtudury/hotfix/dateformat
Browse files Browse the repository at this point in the history
micro bug fix :)
  • Loading branch information
nagimov committed Aug 6, 2023
2 parents f18ab52 + 8bf8e71 commit 151b75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* - dmy: dd-mm-YYYY
* - mdy: mm-dd-YYYY
*/
$app['defaults.date.format'] = 'ymd';
$app['defaults.date_format'] = 'ymd';
// Default first day of week. Options: 0 (Sunday), 1 (Monday)
$app['defaults.weekstart'] = 1;
// Logout redirection. Optional
Expand Down

0 comments on commit 151b75f

Please sign in to comment.