Forums

After the Chronoforms upgrade to version 6.0.22, the date of arrival disappeared

sylwekb 22 Feb, 2019
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.
samir1903 22 Feb, 2019
1 Likes
why dont you use just {date:d-m-y}
sylwekb 22 Feb, 2019
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"); ?>
sylwekb 22 Feb, 2019
Works Tomorrow date !
{date:d-m-Y$tomorrow}
This topic is locked and no more replies can be posted.