Answers for "day to week"

0

day to week

var d = 1 // Amount of days
console.log(d/7) // Logs amount of weeks
Posted by: Guest on February-19-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language