Date and Time formatting

If I use the following code to place data in a MySQL database field, what kind of field type do I need to use to preserve the formatting?

$mysqldate = date('m-d-Y H:i:s');