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 DiscussionsVersion Chrome and TCLast couple of days Testcomplete and browser click action not working (ex-Chrome)Chrome Issues with TestComplete
Related Contentstart time node in Description.tcLogTaking more time than usual to start executingStop Skimming PDFs, Start Automating PDF Testing