fix date setting
This commit is contained in:
parent
81daf2d011
commit
3feccb7ebc
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,8 @@ const FilteringTab = {
|
|||
date.getFullYear(),
|
||||
'-',
|
||||
fmt.format(date.getMonth() + 1),
|
||||
'-',
|
||||
fmt.format(date.getDate()),
|
||||
'T',
|
||||
fmt.format(date.getHours()),
|
||||
':',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue