We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e41ea6 commit a0b8761Copy full SHA for a0b8761
app/Nova/Metrics/Kegiatan.php
@@ -57,7 +57,7 @@ public function calculate(NovaRequest $request): array
57
($this->jenis === 'Deadline' ? 'text-red-500' : 'text-blue-500')
58
)
59
->subtitle($deadline->kegiatan)
60
- ->title(Helper::terbilangTanggal($deadline->awal));
+ ->title(Helper::terbilangHari($deadline->awal).', '.Helper::terbilangTanggal($deadline->awal));
61
}
62
63
return $rows;
0 commit comments