Archive for category C#

Finding the Next Date for Day of Week

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.

C#, JavaScript

2 Comments