Forum Discussion
JavierCollRodri
14 years agoContributor
Hello all,
As pointed by Vince from Support Team, there was a mistake con my code:
The DateTimeToFormatStr method requires the first parameter to be of the date/time type (the GetMonth method returns an integer value):
[JScript]
Log.Message(i + " " + aqConvert.DateTimeToFormatStr(d, "%B"));
So it's solved,
Thank you all
As pointed by Vince from Support Team, there was a mistake con my code:
The DateTimeToFormatStr method requires the first parameter to be of the date/time type (the GetMonth method returns an integer value):
[JScript]
Log.Message(i + " " + aqConvert.DateTimeToFormatStr(d, "%B"));
So it's solved,
Thank you all