xjdfhbv

Results 7 comments of xjdfhbv

What is happening with this problem please? At the moment there is no way to make a date field without warnings in PHP 8.1, without using translateformat="true". In this case...

I would be happy to test it but I have no idea how to download the modified code!

Well, it works with filterformat="Y-m-d", but when I tried filterformat="d-m-Y" and default="27-03-2023", the field appears with the value 2032-09-12.

You are right, it works correctly if you specify a non-empty value for format. Even something like format="yes" is ok. It would be better if that wasn't necessary.

Oh yes, you are right, an invalid format crashes the javascript. Both formats are needed, and they must be compatible, for example format="%m-%d-%Y" filterformat="m-d-Y". Ok, so with that understood, this...

I have tested this item :white_check_mark: successfully on 84fb229cd98de71716a8ff9da9fc0151835641d9Tested OKThis comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/37376.

Just for information, when setting a calendar field value dynamically using Form::bind() or Form::setValue() you **always** have to use Y-m-d format, even if a custom date format is specified with...