Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@oeon
Created January 10, 2019 04:51
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/11be1ebe9401b556a3737e9f6d63464e to your computer and use it in GitHub Desktop.
Save oeon/11be1ebe9401b556a3737e9f6d63464e to your computer and use it in GitHub Desktop.
Unix time calculation for Fulcrum date and time fields
var start = new Date($start_date.getFullYear(), $start_date.getMonth(), $start_date.getDate(), $start_time.slice(0, 2), $start_time.slice(3, 5), 0);
SETRESULT(start.getTime());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment