I've put together a couple of simple calendar tools to help in projects that require
working with blocks of dates.
Next Year Calendar is a calendar
of the next 12 months (starting from the current month.)
Week of Year Calendar is a calendar
that shows you the week of year returned by
DotNet's DatePart(DateInterval.WeekOfYear, date)
function.