Hi everyone, I just made crud with a spreadsheet database (google sheet).
I have two questions please:
-
The “Save” button saves the data correctly but when I enter the “ID” to search for a record, some TextBox does not show what is saved but a date form (Fri May 05 2023 00:00:00 GMT +0100…).
Why and how to correct. -
In another screen, when I save a date in the TextBox as “dd-mm-yyyy” (example: 02-04-2012), it is saved correctly in the database. But when I search by “ID”, the textbox for that date shows me the date like this (Fri May 05 2023 00:00:00 GMT+0100…).
What to do to have, by searching, the same form of registration “dd-mm-yyyy”?
Thank you for all.