Forum Discussion
Myerstm
7 years agoRegular Visitor
Add a Custom Column Containing Today's Date
How do I add a custom column which contains a calculated today's date?
- 7 years ago
MarkLaf
7 years agoSuper User
OlaKvarnbo
3 years agoRegular Visitor
When I do this all that turns up in my new Custum Column is "Function" and no dates☹️
- MarkLaf3 years agoSuper User
You are actually referencing the function rather than invoking it currently. You could even drill into your column now and see the metadata for the function.
To invoke the function, which is what you want, add the parentheses at the end: instead of "each DateTime.LocalNow", use "each DateTime.LocalNow()"