How can I get weeknumber of a date with Sunday as first day of the week and Start with the week that has at least four days in the new year, in short datepart equivalent of
DatePart("WW", datefield, vbSunday, vbFirstFourDays)?
Because for example, I want 1st January 2015 to return 53 instead of 1, as the first week of 2015 has 4 days though, but starts from Thursday instead of Sunday.