Compare commits
2 Commits
964889fd0b
...
0b16cfd6a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b16cfd6a3 | |||
| bca65fe090 |
@@ -393,7 +393,7 @@ class NotifikasiWaService {
|
|||||||
const now = new Date();
|
const now = new Date();
|
||||||
const year = now.getFullYear();
|
const year = now.getFullYear();
|
||||||
const reminderAt = new Date(deviceReminder[0].reminder_at);
|
const reminderAt = new Date(deviceReminder[0].reminder_at);
|
||||||
const deviceName = new Date(deviceReminder[0].device_name);
|
const deviceName = deviceReminder[0].device_name ?? '-';
|
||||||
|
|
||||||
// 🔹 ambil bulan & jam dalam timezone server
|
// 🔹 ambil bulan & jam dalam timezone server
|
||||||
const nowParts = new Intl.DateTimeFormat('en-US', {
|
const nowParts = new Intl.DateTimeFormat('en-US', {
|
||||||
|
|||||||
Reference in New Issue
Block a user