[Solved] Need to re-order an un-ordered list by time of day
[ad_1] Instead of sorting the list, I’d recommend that you generate the list starting from the current hour as shown below. I’ve also added a working example on JSBin. // Sets the inner contents of an HTML element identified by `listId` to a list // of the next 24 hours starting from the current hour … Read more