本文介绍了错误的周数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 嗨 我已经让这个msgbox显示当前的周数,但是它 显示错误的weekno。 谁能告诉我原因? msg =" WeekNumber:" &安培; DatePart(WW,日期) MsgBox消息 它显示2005年11月16日的weekno = 47,但它应该是 46. 最好的问候 RonaldHiI have made this msgbox to display the current Week number, but itshows the wrong weekno.Can anyone tell me why ?msg = "WeekNumber: " & DatePart("WW", Date)MsgBox msgIt shows weekno = 47 for the date 16 november 2005, but it should be46.best regardsRonald推荐答案 查看DatePart函数的第4个参数,你应该找到 你想要的周数。Check out the 4th parameter to the DatePart function, you should findwhat you are looking for for week numbers. 这篇关于错误的周数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
07-11 09:42