hope you fine and well,
i have an html form that contains input of type time, what is the better datatype that i can use to store the input value in MySQL ?!
below is the input:
<td align="center">Time<input type="time" name="start">
i used varchar type, but i think it will cause problems in the future if i need to compare stored time with current time for example.
i didn't used datetime because i just have time only and no need for date.
so, any suggestions?
TIMEType?