Hi, I am using a Time picker in my web form. The time selected is bounded with a column in the back-end database of the data type time.
When the comparison between the time selected from web app and the column of the data type time in the database, the web app gives me an error indicating that "The data types time and datetime are incompatible". I have noticed that time picker has a data type of date and time together which is making this problem.
any solution for that?
Regards.
When the comparison between the time selected from web app and the column of the data type time in the database, the web app gives me an error indicating that "The data types time and datetime are incompatible". I have noticed that time picker has a data type of date and time together which is making this problem.
any solution for that?
Regards.