[BUGFIX] date seconds
This commit is contained in:
parent
0c37d0253c
commit
f354e77661
@ -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