Show data until next hour
This commit is contained in:
parent
2323d64547
commit
e48a69aa1c
@ -261,6 +261,8 @@ function localISOTimeMinutes(date) {
|
||||
}
|
||||
|
||||
var now = new Date()
|
||||
now.setHours(now.getHours()+1,0,0,0)
|
||||
now.setMinutes(0,0,0)
|
||||
var startDate = new Date()
|
||||
startDate.setDate(now.getDate())
|
||||
startDate.setHours(8,0,0,0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user