Fixing Format tgl Surat
This commit is contained in:
@ -544,8 +544,8 @@ class KonfirmasiBankController extends Controller
|
||||
$signer = Signer::where('id', $request['signerId'])->where('status', 1)->get();
|
||||
$batchDate = Carbon::parse($request['startDate2']);
|
||||
$currentDate = Carbon::now();
|
||||
$tanggalIndonesia = strtoupper($batchDate->locale('id')->isoFormat('D MMMM YYYY')); // Mengubah seluruh string menjadi huruf besar
|
||||
$today = strtoupper($currentDate->locale('id')->isoFormat('D MMMM YYYY'));
|
||||
$tanggalIndonesia = strtoupper($batchDate->locale('id')->isoFormat('DD MMMM YYYY')); // Mengubah seluruh string menjadi huruf besar
|
||||
$today = strtoupper($currentDate->locale('id')->isoFormat('DD MMMM YYYY'));
|
||||
$letter = new Letters();
|
||||
$infoSuratNew = $letter->where('no_cif', $request['cusNo'])->orderBy('id', 'DESC')->first();
|
||||
|
||||
@ -853,4 +853,4 @@ class KonfirmasiBankController extends Controller
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user