Remove whitespace
This commit is contained in:
parent
be52c11691
commit
41734e7412
1 changed files with 1 additions and 4 deletions
|
@ -1,6 +1,3 @@
|
|||
module.exports = function (date){
|
||||
|
||||
|
||||
|
||||
return date.getUTCFullYear() + '-' + ('0' + (date.getUTCMonth()+1)).slice(-2) + '-' + ('0' + date.getUTCDate()).slice(-2)+" "+('0' + date.getUTCHours()).slice(-2)+":"+('0' + date.getUTCMinutes()).slice(-2)+":"+('0'+date.getUTCSeconds()).slice(-2);
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue