This article is geared towards scripting languages which offer a Date Format function, but don't offer a directive to include the Day without Leading Zero.…
MySQL – Query last months data
You can query last months data without involving your scripting language to manipulate dates. Using MySQL's built in date subtraction methods, this is made simple…
ColdFusion dates within common time periods
I've had to do this so many times over the years, for all sorts of different time frames, so I decided to build, document and…