Update app.blade.php

This commit is contained in:
Jagad R R
2025-01-19 18:51:59 +07:00
parent 68a9fa9caa
commit 9e6bf6715d
+2 -2
View File
@@ -165,14 +165,14 @@
timeZone: 'Asia/Jakarta',
weekday: 'long',
year: 'numeric',
month: 'long',
month: 'short',
day: 'numeric',
hour: '2-digit',
minute: '2-digit',
hour12: false // Use 24-hour format
};
dateTimeElement.textContent = new Intl.DateTimeFormat('id-ID', options).format(now) + ' WIB';
dateTimeElement.textContent = new Intl.DateTimeFormat('en-US', options).format(now) + ' WIB';
}
// Update the clock every second