mirror of
https://github.com/bckelley/Web-Browser-Homepage.git
synced 2026-08-24 03:24:13 -05:00
Fixed date
This commit is contained in:
@@ -6,7 +6,7 @@ let today = new Date();
|
|||||||
let hour = today.getHours();
|
let hour = today.getHours();
|
||||||
let minute = today.getMinutes();
|
let minute = today.getMinutes();
|
||||||
let second = today.getSeconds();
|
let second = today.getSeconds();
|
||||||
let day = today.getDay();
|
let day = today.getDate();
|
||||||
let month = today.getMonth();
|
let month = today.getMonth();
|
||||||
let year = today.getFullYear();
|
let year = today.getFullYear();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user