The date picker is obviously returning the date in the correct format, because its displayed correctly. The component is TWebDBEdit
So, why am I seeing the date format error
FJSError:
Error: Invalid date format: "2025-08-16" at Object
The date picker is obviously returning the date in the correct format, because its displayed correctly. The component is TWebDBEdit
So, why am I seeing the date format error
FJSError:
Error: Invalid date format: "2025-08-16" at Object
When exactly do you get this error?
To what dataset is this TWebDBEdit connected?
Try to isolate this and provide sufficient details, preferably sample source project with which we can reproduce the problem here.
The problem was that I was using TWebDBEdit in Pascal and <input type="date"> in html. If I change the pascal control to TWebDBDateTimePicker, everything works fine.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.