Format a date

format a date in ChronoForms using a PHP variable.

Overview

The issue occurs when a PHP variable returns a date object instead of a string, causing the date formatting shortcode to output an empty value.
Ensure the PHP variable returns a date string, not a date object, so the CF shortcode can properly format it.

Answered
ChronoForms v6
he healyhatman 20 Jan, 2019
Answer
the my_php_value should be a string, not a date object.
This topic is locked and no more replies can be posted.