2 Commits

1 changed files with 1 additions and 1 deletions
Split View
  1. +1
    -1
      controller/helper.js

+ 1
- 1
controller/helper.js View File

@ -5,7 +5,7 @@ function getCurrentDateTime() {
var dateStr =
date.getFullYear() + "-" +
("00" + (date.getMonth() + 1)).slice(-2) + "-" +
date.getDate() + " " +
("00" + date.getDate()).slice(-2) + " " +
("00" + date.getHours()).slice(-2) + ":" +
("00" + date.getMinutes()).slice(-2) + ":" +
("00" + date.getSeconds()).slice(-2);


Loading…
Cancel
Save

Powered by TurnKey Linux.