Update app.blade.php
This commit is contained in:
@@ -165,14 +165,14 @@
|
|||||||
timeZone: 'Asia/Jakarta',
|
timeZone: 'Asia/Jakarta',
|
||||||
weekday: 'long',
|
weekday: 'long',
|
||||||
year: 'numeric',
|
year: 'numeric',
|
||||||
month: 'long',
|
month: 'short',
|
||||||
day: 'numeric',
|
day: 'numeric',
|
||||||
hour: '2-digit',
|
hour: '2-digit',
|
||||||
minute: '2-digit',
|
minute: '2-digit',
|
||||||
hour12: false // Use 24-hour format
|
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
|
// Update the clock every second
|
||||||
|
|||||||
Reference in New Issue
Block a user