📆 JavaScript Date Objects
“Time flows, JavaScript calculates… sometimes wrong, but with good intentions.” The first moment you need to work with date and time in JavaScript usually goes like this: “Let me take this date… add 3 days… print it to the screen…” And then the Date object whispers from behind: “By the way, months start from 0 […]
Continue Reading