Using javascript, a field in an html form is formatted for time. When the user types in 344, the field formats onblur to 3:44. This field is then echoed in PHP an appears properly formatted.
However, in the MySQL database it is inserted into, it appears as only "3". Everything after the colon is lost. Does this have something to do with MySQL?