08-16-2018, 09:26 PM
(This post was last modified: 08-16-2018, 09:41 PM by partnerwerk.)
You are right, but it is not enough.
This one works:
$(general : (__WorkflowFunction__) format_date($date_start,'d.m.Y') )
But only if I add a space after the final bracket. Maybe that is not intended? Took me a while to find out.
PS: Actually I even need to put a dot on the same line in order to preserve the empty space after the function. Otherwise soemthing gets stripped and the function is not executed with error message ”missing bracket”.
This one works:
$(general : (__WorkflowFunction__) format_date($date_start,'d.m.Y') )
But only if I add a space after the final bracket. Maybe that is not intended? Took me a while to find out.
PS: Actually I even need to put a dot on the same line in order to preserve the empty space after the function. Otherwise soemthing gets stripped and the function is not executed with error message ”missing bracket”.