Forum Discussion

KaileeT's avatar
KaileeT
New Contributor
6 years ago

What Opeation Should I Use?

I'm trying to use the following code to get the current date to set a field in my test: var currentDate=aqDateTime.Now(); var dateTime=aqConvert.DateTimeToFormatStr(currentDate);   When I try to ...