JavaScript dates simplified
Dates, not only in JavaScript but in the whole programming context can get tricky sometimes. Earlier, I used switch cases and if/else for extracting month name and more but at one point I questioned “Is this modern code?”, I mean there’s gotta be a better way right?. Yes, there is… Read More »JavaScript dates simplified