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: "The string should be in a format recognized by the Date.parse() method (IETF-compliant RFC 2822 timestamps and also a version of ISO8601).",
"default": null
}
},
output: {
out: {
title: "Date",
type: "Date"
}
}
},
fn: function dateString(input, $, output, state, done, cb, on) {
var r = function() {
output.out = $.write('in', new Date($.in || undefined))