update date format
This commit is contained in:
@ -80,7 +80,7 @@ const TransactionProvider = ({ children }: { children: React.ReactNode }) => {
|
||||
hour: '2-digit',
|
||||
minute: '2-digit',
|
||||
second: '2-digit',
|
||||
hour12: true // Gunakan format 24 jam
|
||||
hour12: false // Gunakan format 24 jam
|
||||
});
|
||||
return formattedDateTime; // Format DD-MM-YYYY HH:MM:SS (menggunakan waktu yang sudah ada)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user