|
|
|
|
283
|
|
283
|
|
284
|
Tables\Table::configureUsing(static function (Tables\Table $table): void {
|
284
|
Tables\Table::configureUsing(static function (Tables\Table $table): void {
|
285
|
$table::$defaultDateDisplayFormat = CompanySettingsService::getDefaultDateFormat();
|
285
|
$table::$defaultDateDisplayFormat = CompanySettingsService::getDefaultDateFormat();
|
|
|
286
|
+ $table::$defaultTimeDisplayFormat = CompanySettingsService::getDefaultTimeFormat();
|
286
|
$table::$defaultDateTimeDisplayFormat = CompanySettingsService::getDefaultDateTimeFormat();
|
287
|
$table::$defaultDateTimeDisplayFormat = CompanySettingsService::getDefaultDateTimeFormat();
|
287
|
|
288
|
|
288
|
$table
|
289
|
$table
|