add TimeStamp function for calculations
Add TimeStamp() function for a one time grab of the current date/time, which would NOT be continually updated as the Now() function does. I am using memento as an attendance record and would like to calculate time in and time out multiple times based on a single choice list, thus creating a quick data record for an evening/class.
11
votes

-
Shawn Huber commented
TimeStamp(#{field})
Where field is a date/time field, and the function stamps that field with the current date/time.