tab spacing app.js

master
shansou504 2023-12-08 13:09:42 -05:00 committed by GitHub
parent 81e3afa3b8
commit ef3087ac4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
function draw() {
var dt = new Date();
var dt = new Date();
var h = dt.getHours(), m = dt.getMinutes();
const t = [];
t[0] = Math.floor(h/10);