Sterc / FormIt

A dynamic form processing Snippet for MODX Revolution
https://docs.modx.com/current/en/extras/formit
33 stars 58 forks source link

Fix form export for PHP 7 #129

Closed flowan closed 6 years ago

flowan commented 7 years ago

When using PHP 7 the dates you select are send with a timestamp to the connector like this "2017-05-16T00:00:00" instead of "2017-05-16". I added a small fix to strip the timestamp.

Jako commented 7 years ago

That issue should be better solved on ExtJS side. It should be not a PHP7 issue.

Could you please look, why it posts that dateformat in https://github.com/Sterc/FormIt/blob/develop/assets/components/formit/js/mgr/widgets/forms.grid.js#L113-L114