DateIsoToTimestamp Op

DateIsoToTimestamp

parses a date and time in iso format and outputs a millisecond timestamp


this is basically a wrapper for javascripts Date.parse().
input something like "2010-05-21 13:37:00" and get 1274441820000.


Edit Documentation

Full Name
  • Ops.Date.DateIsoToTimestamp
Visibility
  • Core Op - Official cables op
License
  • MIT
Author


 

Example Patch DateIsoToTimestamp Example

Example-Patch on how to convert an ISO formatted date into a millisecond timestamp.

Open In Editor

INPUT PORTS


datetime (String)

iso formated date

OUTPUT PORTS


timestamp (Number)

time in milliseconds since January 1, 1970, 00:00:00 UTC


Patches using DateIsoToTimestamp

  • Examples
  • Public
  • My Patches