Tag: date
bluesmoon – Handling Date/Times and timezones
What are the basic rules for storing times in a web application.
The Complex Made Simple
For work, I had a piece of code that needed to calculate if a certain date fell in between two other days. So I started out writing out this big long function to calculate if a date fell first within the same year as either of the two dates, and if so within the two […]