?
avatar alexonbalangue
alexonbalangue
26 Jul 2015

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

avatar alexonbalangue alexonbalangue - open - 26 Jul 2015
avatar zero-24 zero-24 - close - 26 Jul 2015
avatar Bakual
Bakual - comment - 26 Jul 2015

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.

avatar Bakual Bakual - change - 26 Jul 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-07-26 17:53:44
Closed_By Bakual
avatar Bakual Bakual - close - 26 Jul 2015
avatar zero-24 zero-24 - change - 3 Aug 2015
Labels Added: ?

Add a Comment

Login with GitHub to post a comment