How to create a time stamp custom field.

Introduction: Step-by-Step Instructions: Step 1: Simply create a text field called ‘timestamp’ Step 2: And then copy/paste this code into a node script (Run on exit) You can get a list of supported time zones here: https://www.w3schools.com/php/php_ref_timezones.asp Remember you need to publish and access via direct link/embed (because scripts will not fire in preview)

Read More

How to Calculate Time Spent in a Node

Introduction In this article, you will learn how to calculate the time spent in a node. Step-by-Step Instructions: Step 1: Create a custom field named time_enter. Step 2: Create a custom field named time_exit. Step 3: Create a calculated custom field for the time spent. Please do not forget to include the formula as shown […]

Read More