Archive for category C#
Finding the Next Date for Day of Week
Posted by Mario in C#, Programming on April 25, 2009
In this article, I discuss the problem of easily finding the next date for a particular date of the week and how I transitioned from a complicated solution to a more simplified version by using simple arithmetic. The solution is written in the C# programming language but the formula for making this calculation can be easily ported into any programming language, including T-SQL.


Recent Comments