Dear all,
according to https://www.chronoengine.com/faqs/74-chronoforms/chronoforms6/5289-variable-shortcodes, I'm trying to format a date using:
where "my_php_value" is a PHP module in Setup section containing
What I'm making wrong?
Regards
according to https://www.chronoengine.com/faqs/74-chronoforms/chronoforms6/5289-variable-shortcodes, I'm trying to format a date using:
{date:Y-m-d$(var:my_php_value)}
where "my_php_value" is a PHP module in Setup section containing
return date_create('2019-12-31');Unfortunately, the above format writes an empty string!
What I'm making wrong?
Regards