0
我想指定一個數字,指定星期幾,然後讓ASP獲取指定日期的即將到來的日期。ASP Classic獲取下一個日期的一個星期的日期姓名
實施例:
Dim xWeekDay
xWeekDay=1 ' <-- 1 would be a Monday...and Sunday would be 7
Dim NextDdate
NextDdate= ???? <-- I want to calculate and show the Upcoming Date here
So the above line would look like this when it's populated.
NextDdate=7/1/2013
這是太棒了!非常感謝! – msvuze