I am trying to have a user input a time and pass it to a database. How can I best accomplish this? For instance, I want the user to say 1:15 pm. Thank you!
I am trying to have a user input a time and pass it to a database. How can I best accomplish this? For instance, I want the user to say 1:15 pm. Thank you!
You would need to add some sort of validation and force the user to enter time in the format that you need.