function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Justin PRJustin PR 

Time function?

I am trying to embed the current time + 15 minutes into a URL so I can automatically create a new activity scheduled for 15 minutes from now with the click of a button.

I have the rest of the fields figured out, but can't isolate the time to pass it into the field. The closest I can come is NOW(), but that also includes the date in the string.

Anyone know a function I can use for a custom button that will pull the current time?

Thanks!