Loading |
VBScript |
JavaScript |
Powershell |
Search Options: Determine Last Months DateContent of Determine Last Months Date.vbsMD5 Hash: 2411297D3B2104467CC6C2B675929DD9 |
||
intMonth = Month(Date)
intYear = Year(Date) If intMonth = 1 Then intMonth = 12 intYear = intYear - 1 Else intMonth = intMonth - 1 End If If intMonth < 10 Then intMonth = "0" & intMonth End If intYear = Right(intYear, 2) strName = intMonth & intYear Wscript.Echo strName | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |