Date field = current date
Hi guys,
one of my challenges were make the date field display the current date.. do I have to choose the calc field rather?
-
I believe you can do this with workflows, and if not it can be done through the API. You can do it via calculation fields with the code I'll provide below, but there are two issues. 1) Podio calc fields must reference another field, and 2) Podio calc fields only seem to update regularly when a field that they're referencing is updated. So use at your own risk as it can break / may not update regularly.
var d = new Date();
write = d;
Please sign in to leave a comment.
Comments
1 comment