trntv / yii2-datetime-widget

Yii2 Date/Time Widget
8 stars 14 forks source link

Failed to parse time string (16/08/2016 00:00) at position 0 (1) #9

Open tigran-k opened 8 years ago

tigran-k commented 8 years ago

Hi,

Thanks for creating this widget. I installed it successfully but I cannot set 'MM/dd/yyyy HH:mm' format for phpDatetimeFormat, it allows me to set following format:

'phpDatetimeFormat' => 'dd/MM/yyyy HH:mm',

Hence I cannot submit dates which are more than 12 because I get following error:

'16/08/2016 00:00' is not a valid date time value: DateTime::__construct(): Failed to parse time string (16/08/2016 00:00) at position 0 (1): Unexpected character

Could you please help me.

eduardo-g-silva commented 7 years ago

in case someone else are having the same issue you just need to add the locale like: 'locale' => 'en-GB',