Expression stringFormat() Documentation

Is there better documentation for stringformat() the 7.9 and 8.0 manuals are really lacking in an explanation in the manual. What string format parameters are available and what do they do?

https://docs.inductiveautomation.com/display/DOC79/stringFormat

Yeah, there’s better documentation. It appears to use Java’s String.format() under the hood. Which uses java.util.Formatter in turn. Fwiw, I prefer its %t conversions over Ignition’s dateFormat() function.

1 Like