Show data until next hour
This commit is contained in:
		@ -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)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user