From 54ab8bc619369e19d68f4ae9aa04330c58910956 Mon Sep 17 00:00:00 2001 From: KhatamNugraha Date: Fri, 2 Feb 2024 15:55:31 +0700 Subject: [PATCH] new format number --- Resources/views/exportPdf.blade.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/Resources/views/exportPdf.blade.php b/Resources/views/exportPdf.blade.php index 9c5f894..8eb8e84 100644 --- a/Resources/views/exportPdf.blade.php +++ b/Resources/views/exportPdf.blade.php @@ -256,15 +256,15 @@ {{ $i++ }} {{ $limit->SHORT_NAME }} - {{ $approvalDate->format('d-m-Y') }} + {{ $approvalDate->format('Y-m-d') }} {{-- {{ $limit->COMPANY_NAME }} {{ $limit->ACCOUNT_TYPE }} --}} {{ $limit->LIMIT_CURRENCY }} {{ ($limit->AVAIL_AMT != 0.00) ? number_format($limit->AVAIL_AMT,2,',','.') : 'NIHIL'}} {{ $term }} {{ $limitPecent }} % - {{-- {{ $approvalDate->format('d-m-Y') }} --}} - {{ $expiryDate->format('d-m-Y')}} + {{-- {{ $approvalDate->format(''Y-m-d') }} --}} + {{ $expiryDate->format('Y-m-d')}} @if(count($noRek) > 1)