Datetimes aren't properly formatted when inserting new data
Closed this issue · 0 comments
mattbdean commented
Steps to reproduce:
- Load any form with a datetime or timestamp column
- Fill out that form and submit
Here's the error message:
"datetime" must be a string with one of the following formats [YYYY-MM-DD HH:mm:ss]
The value of the datetime
input is "2017-01-01 12:00"