Damon_WangOccasional Contributor12 years agoStart time and stop time in Description.tcLogI got start time in Description.tcLog like this 41645.0917384028, could anyone tell me what date it is? It seems it's based on a time 1899/12/30? Why it's not 1899/12/31?
1 ReplyReplies sorted by Most LikedTanyaYatskovskaAlumni12 years ago Hi Damon, Convert the digit format to Date - it will be 1/6/2014 2:12:06 AM. Here is the code I used for the conversion: //JScript var oaDate = VarToFloat(41645.0917384028); Log.Message(aqConvert.DateTimeToStr(oaDate));
TanyaYatskovskaAlumni12 years ago Hi Damon, Convert the digit format to Date - it will be 1/6/2014 2:12:06 AM. Here is the code I used for the conversion: //JScript var oaDate = VarToFloat(41645.0917384028); Log.Message(aqConvert.DateTimeToStr(oaDate));
Recent DiscussionsUnable to activate floating license.SolvedTestcomplete closed itselflog message issues in testcomplete
Related Contentstart time node in Description.tcLogStop Skimming PDFs, Start Automating PDF TestingTaking more time than usual to start executing