Forum Discussion
JavierCollRodri
12 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
Related Content
- 2 years ago
- 4 years ago
Recent Discussions
- 13 hours ago