You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January, 1970 UTC.",
phrases: {
active: "Creating Date"
},
ports: {
input: {
"in": {
title: "Value",
type: "number",
description: "Integer value representing the number of milliseconds since 1 January 1970 00:00:00 UTC (Unix Epoch).",
"default": null
}
},
output: {
out: {
title: "Date",
type: "Date"
}
}
},
fn: function create(input, $, output, state, done, cb, on) {