Date Time Functions MySQL Tutorial

mysql>
mysql> select GET_FORMAT(TIME,'EUR');
+------------------------+
| GET_FORMAT(TIME,'EUR') |
+------------------------+
| %H.%i.%s               |
+------------------------+
1 row in set (0.00 sec)
mysql>