Tip - Get the week number from a given date

Published  | Submitted by Jim Norris
Get the week number from a given date

Examples: 'DD/MM/YYYY "1/1/2009" should give `1` "31/1/2009" should give `5` "1/2/2009" should also give `5` Format("1/2/2009", "ww") returns 6. So, how can I get the correct result?

About Author

More by Jim Norris

No more topics...

About This Tip

Posted: 9 years, 1 month(s) ago

102 Reads
0 Votes