Skip to content

Commit

Permalink
Merge pull request #965 from cakephp/merge-4next
Browse files Browse the repository at this point in the history
merge 4.next => 5.x
  • Loading branch information
LordSimal authored Sep 6, 2023
2 parents ed98c1f + baf5948 commit b1d5ba6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,9 @@
//Inflector::rules('plural', ['/^(inflect)or$/i' => '\1ables']);
//Inflector::rules('irregular', ['red' => 'redlings']);
//Inflector::rules('uninflected', ['dontinflectme']);

// set a custom date and time format
// see https://book.cakephp.org/4/en/core-libraries/time.html#setting-the-default-locale-and-format-string
// and https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax
//\Cake\I18n\FrozenDate::setToStringFormat('dd.MM.yyyy');
//\Cake\I18n\FrozenTime::setToStringFormat('dd.MM.yyyy HH:mm');
3 changes: 3 additions & 0 deletions webroot/css/cake.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ th a,
font-weight: bold;
padding: 0 0.4rem;
}
.actions a:first-child {
padding-left: 0;
}
th {
white-space: nowrap;
}
Expand Down

0 comments on commit b1d5ba6

Please sign in to comment.