Date Time Functions MySQL Tutorial

mysql>
mysql> select GET_FORMAT(TIME,'USA');
+------------------------+
| GET_FORMAT(TIME,'USA') |
+------------------------+
| %h:%i:%s %p            |
+------------------------+
1 row in set (0.00 sec)
mysql>