Hello,
i have error Erreur: 0 DateTime::__construct(): Failed to parse time string (01-25-2012) at position 0 (0): Unexpected character
use function calendar https://docs.joomla.org/Calendar_form_field_type
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-26 17:53:44 |
Closed_By | ⇒ | Bakual |
Labels |
Added:
?
|
That string inbeed has an unexpected value. You need to pass the date in a format which can be understood by PHP. Usually it's safest to use the YYYY-MM-DD format. You using MM-DD-YYYY. FIx that and the calendar will work.
Closing as expected behavior.