Advertisement
stormihoebe

Shoutbase/QB Time Activity Zap Custom Code

Sep 24th, 2019
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const { duration } = input
  2. const d = new Date(null)
  3. const t = d.setSeconds(duration)
  4. const time = `${d.getHours()}:${d.getMinutes()}`
  5. output = [{time}];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement