Answer the question
In order to leave comments, you need to log in
How to display time interval between certain hours?
Hello! I have an array with time intervals in timestamp format. It is necessary to count these times and derive these values from this interval, including the beginning and end in increments of 15 minutes. That is, here is the array
var timeArray = [
[1442437200,1442470500],
[1442473200,1442479500],
[1442483100,1442489400],
[1442493000,1442495700],
[1442499300,1442505600],
[1442508300,1442509200]
]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question