Class ToMillisFunction


  • public class ToMillisFunction
    extends FunctionBase
    http://docs.jsonata.org/numeric-functions.html $toMillis(timestamp) Convert a timestamp string in the ISO 8601 format to the number of milliseconds since the Unix Epoch (1 January, 1970 UTC) as a number. An error is thrown if the string is not in the correct format. Examples $toMillis("2017-11-07T15:07:54.972Z")==1510067274972