File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 223223//Inflector::rules('plural', ['/^(inflect)or$/i' => '\1ables']);
224224//Inflector::rules('irregular', ['red' => 'redlings']);
225225//Inflector::rules('uninflected', ['dontinflectme']);
226+
227+ // set a custom date and time format
228+ // see https://book.cakephp.org/4/en/core-libraries/time.html#setting-the-default-locale-and-format-string
229+ // and https://unicode-org.github.io/icu/userguide/format_parse/datetime/#datetime-format-syntax
230+ //\Cake\I18n\FrozenDate::setToStringFormat('dd.MM.yyyy');
231+ //\Cake\I18n\FrozenTime::setToStringFormat('dd.MM.yyyy HH:mm');
Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ th a,
104104 font-weight : bold;
105105 padding : 0 0.4rem ;
106106}
107+ .actions a : first-child {
108+ padding-left : 0 ;
109+ }
107110th {
108111 white-space : nowrap;
109112}
You can’t perform that action at this time.
0 commit comments