© 2026 Hedgehog Software, LLC
TextEntry::make('updated_at') ->label('general.updated_at') ->dateTime('d/m/Y h:i')
Schema::configureUsing(function (Schema $schema): void { $schema->defaultDateTimeDisplayFormat('m/d/Y H:i'); });