Archive for November, 2008

Find First Day of Month, Last Day of Month, etc

November 26th, 2008

Today I was writing some code where I needed to calculate the end of the month for a certain date.  As per usual, I Googled, and found various examples, some using old VB functions, some using methods of the Date object,  some very involved and using lots of string manipulation and converting of things from [...]