Forum Discussion

giriprasasd100's avatar
giriprasasd100
Occasional Contributor
14 years ago

How to parse the Time format in log description file?

Hi All,

I have a script(Jscript) which parses through "Description.tcLog" and gets the node values like user name, error count and warning count.



But the start and end time is in different format and i can't parse it.



Can you help in converting this time format to which user can understand.

2 Replies

  • Try this:



    var converted = aqConvert.CurrencyToStr(start time)

    var temp = aqConvert.StrToFloat(converted );

    Log.Message(aqConvert.DateTimeToStr(temp));