Float to dateTime

0
Hi guys,   I want to display a Response time on a http request as "00:00:00.234" as en example. Currently i have the milliseconds value as an float. How do I get it in the said format?
asked
1 answers
5

You should check out the Java action LongToDateTime from the CommunityCommons app store module.

answered