Joomla 3.9.3
Hello
After the Chronoforms upgrade to version 6.0.22, the value date of arrival disappeared from the front.
Backend value <?php echo date("d-m-Y"); ?>
What is the cause?
Why is not today's displayed in the date arrival and departure value field?
In the previous version Chronoforms 6 was displayed.
What is the cause and how to fix it?
Please look screenshots frontend and backend.
Hello
After the Chronoforms upgrade to version 6.0.22, the value date of arrival disappeared from the front.
Backend value <?php echo date("d-m-Y"); ?>
What is the cause?
Why is not today's displayed in the date arrival and departure value field?
In the previous version Chronoforms 6 was displayed.
What is the cause and how to fix it?
Please look screenshots frontend and backend.
In previous versions, it did not work with me {date:d-m-y}
In previous versions work <?php echo date("d-m-Y"); ?>.
What syntax for tomorrow date?
In previous versions, it worked for me
<?php $d = new DateTime('tomorrow'); echo $d->format("d-m-Y"); ?>
In previous versions work <?php echo date("d-m-Y"); ?>.
What syntax for tomorrow date?
In previous versions, it worked for me
<?php $d = new DateTime('tomorrow'); echo $d->format("d-m-Y"); ?>
This topic is locked and no more replies can be posted.
