[BUGFIX] date seconds
This commit is contained in:
parent
2616c19bd4
commit
30ed1eca5b
@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||||||
|
|
||||||
function setCurrentdate(input: HTMLInputElement) {
|
function setCurrentdate(input: HTMLInputElement) {
|
||||||
if(input) {
|
if(input) {
|
||||||
input.value = (new Date().toJSON().slice(0,19));
|
input.value = (new Date().toJSON().slice(0,16));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user