Generate array of times (as strings) for every X minutes in JavaScript

后端 未结 15 1746
耶瑟儿~
耶瑟儿~ 2020-12-24 01:46

I\'m trying to create an array of times (strings, not Date objects) for every X minutes throughout a full 24 hours. For example, for a 5 minute interval the arr

15条回答
  •  借酒劲吻你
    2020-12-24 02:28

    The result of this is an array times converted into markup that I place in a

    提交评论

提交回复
热议问题