Update app.blade.php
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user