In theory, handling dates as a developer is as simple as creating, storing, and, if necessary, manipulating dates. But as a JavaScript developer, you would know this theory doesn’t hold long after you ...
Sometimes you'll also see yyyy MMM dd (where MMM is a three-letter abbreviation of the month name) More programmatically annoying is MMMM D yyyy (where MMMM is the full month name, and D is the ...