Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine the Date for the Friday in a Given WeekContent of Determine the Date for the Friday in a Given Week.vbsMD5 Hash: 262FC831BBE3A862D1DE399A1FA919E5 |
||
dtmDate = #6/23/2005#
intDay = WeekDay(dtmDate) intAdder = 6 - intDay dtmFriday = dtmDate + intAdder Wscript.Echo dtmFriday | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |