You are not logged in.
I have a HTML form with a date field. I need pass this date to Delphi procedure and save it DB as TDateTime (I have a TSQLRecord on my model with a TDateTime field).
What is the right way to pass this date from HTML to Delphi?
I have try to define a TDateTime parameter on Delphi procedure but I get and error from Delphi when submit the form. So I have try to define a RawUTF8 parameter on Delphi procedure this avoid the Delphi error but the date (converted by Iso8601ToDateTime) is not save on DB.
Offline