Skip to content

Instantly share code, notes, and snippets.

@oeon
Created January 10, 2019 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oeon/546092592a303f733e8c727089faaf46 to your computer and use it in GitHub Desktop.
Save oeon/546092592a303f733e8c727089faaf46 to your computer and use it in GitHub Desktop.
Unix time calculation for Fulcrum date and time fields
var stop = new Date($stop_date.getFullYear(), $stop_date.getMonth(), $stop_date.getDate(), $stop_time.slice(0, 2), $stop_time.slice(3, 5), 0);
SETRESULT(stop.getTime());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment