Fixed date

This commit is contained in:
ravi-aratchige
2022-11-10 22:47:00 +05:30
parent 0d8ab168f0
commit 87e7b58285
+1 -1
View File
@@ -6,7 +6,7 @@ let today = new Date();
let hour = today.getHours();
let minute = today.getMinutes();
let second = today.getSeconds();
let day = today.getDay();
let day = today.getDate();
let month = today.getMonth();
let year = today.getFullYear();