Just out of curiosity, what happens if you change your field type to varchar (or string if you are using the database manager in Wappler) instead of datetime?
Also is your column actually named ‘start date and time’ with the spaces? You should never have spaces in your field names.
Using string is not ideal. Technically it should work but leaves yourself open to having dates stored in different formats which will of course break any calculations you want to do. Ideally you want to use datetime. At least we know your form field is working.
How is your form field set up? Any formatting on your date and time picker?
Thanks Brad. No there is no formatting. I did try in the server connect to change the format but it didn’t help
The fact the text was right got me thinking. As a test I have put it back to date and added another entry. Then just done a simple table to list these (below). The times are different in wappler DB editor and the table.