crb
15 years agoOccasional Contributor
DateTime
Can ABS get the system time so I can create a date time string, e.g. - 20100806_132545 ?
Hi Chris,
In TestComplete, you can try using the aqConvert.DateTimeToFormatStr method to do this, as in the following example:
function Test()
{
Log.Message(aqConvert.DateTimeToFormatStr(aqDateTime.Now(), "%Y%m%d_%H%M%S"));
}
If your question is actually related to Automated Build Studio, please create a thread in the corresponding forum.