Class FromMillisFunction

  • All Implemented Interfaces:
    Function, Serializable

    public class FromMillisFunction
    extends FunctionBase
    implements Function
    From http://docs.jsonata.org/string-functions.html: $fromMillis(number) Convert a number representing milliseconds since the Unix Epoch (1 January, 1970 UTC) to a timestamp string in the ISO 8601 format. Examples $fromMillis(1510067557121)=="2017-11-07T15:12:37.121Z"
    See Also:
    Serialized Form