Forum Discussion
AlexKaras
11 years agoChampion Level 3
Hi,
To say the truth, I don't quite understand what the problem is...
To say the truth, I don't quite understand what the problem is...
Sub TestAddMonth
Dim i
Dim dtNow
dtNow = aqDateTime.Now
For i = -12 To 12
Call Log.Message(aqConvert.DateTimeToFormatStr(aqDateTime.AddMonths(dtNow, i), "%#m/%Y"))
Next
End Sub
Does the above help?
Related Content
Recent Discussions
- 19 hours ago
- 7 days ago
- 10 days ago