hello,
I am writing a script and I need to show the previous month
I can show the current month but I have no idea how to go about showing the previous month could somebody point me in the right direcction?
Here is what I have for the current month
Code:
<% CurrDate = Now()
CurrMonthID = Month(CurrDate)
CurrMonthName = MonthName(CurrMonthID)
response.write "" & CurrMonthName %>