Calculating This Week’s Dates with JavaScript
If you ever need to work with dates in JavaScript and you’re used to PHP (or just about anything else), you’re in for a challenge. Dates in JS are hard. I was recently working on something where I had to display the dates of the current week on a page. Sounds easy, right? This was … Calculating This Week’s Dates with JavaScript