I'm getting a 28 instead 27 of week number with GetWeekOfYear. Is my computer crazy?
Thanks.
I'm getting a 28 instead 27 of week number with GetWeekOfYear. Is my computer crazy?
Thanks.
Your computer is probably fine. C# getWeekOfYear can sometimes count weeks differently based on how you consider in between weeks. I would check this question out to see if it might shed some light on the situation(Get week number for the given date c#).