You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added my own table and most values update with no problem. But unfortunately the datetime fields will not update. They display fine, but on updating they turn red and return to their initial state.
How can I debug this error? echoing the query doesn't seem to work, so I have no clue what is going wrong.
Can it be caused by these lines in update.php: $date_info = date_parse_from_format('d/m/Y', $value); $value = "{$date_info['year']}-{$date_info['month']}-{$date_info['day']}";
They seem to fine, they pick up the date from the vield and then write in y-m-d to database.
Unfortunately can't see an error message or a message in the log files.
Hope to hear from you :)
The text was updated successfully, but these errors were encountered:
I am also facing same issue, all other fields are getting updated fine but not the one for Date.
It is not working for my own table as well as not working for the demo project as well.
It will be great if we can get a resolution for this. :)
I have added my own table and most values update with no problem. But unfortunately the datetime fields will not update. They display fine, but on updating they turn red and return to their initial state.
How can I debug this error? echoing the query doesn't seem to work, so I have no clue what is going wrong.
Can it be caused by these lines in update.php:
$date_info = date_parse_from_format('d/m/Y', $value); $value = "{$date_info['year']}-{$date_info['month']}-{$date_info['day']}";
They seem to fine, they pick up the date from the vield and then write in y-m-d to database.
Unfortunately can't see an error message or a message in the log files.
Hope to hear from you :)
The text was updated successfully, but these errors were encountered: