After switching on the ssl certificate page, https appeared in the value data-start_date = 15-02-2018 field. Until now, the user had the opportunity to choose the date of arrival and departure from the calendar. In the administration panel, I have in the value field
if its v6 then v6 does not take parameters in this format, you will need to use the calendar field advanced settings or this:
data-start_date:{date:d-m-Y}
Best regards
Max If your main question got answered then please mark the answer using the button! Please let us know if you have any problems with the new forums text editor, we appreciate your feedback!
What are you trying to do ? set the date field start date ? if yes then the calendar field has a "Start date" setting under the "Advanced" area, just add {date:Y-m-d} there.
Best regards
Max If your main question got answered then please mark the answer using the button! Please let us know if you have any problems with the new forums text editor, we appreciate your feedback!
If your main question got answered then please mark the answer using the button!
Please let us know if you have any problems with the new forums text editor, we appreciate your feedback!
General --> Value
data-start_date=<?php echo date("d-m-Y"); ?>
If your main question got answered then please mark the answer using the button!
Please let us know if you have any problems with the new forums text editor, we appreciate your feedback!