TIME_FORMAT(time,format) : TIME_FORMAT : Date Time Functions MySQL TUTORIALS


MySQL TUTORIALS » Date Time Functions » TIME_FORMAT »

 

TIME_FORMAT(time,format)


mysql>
mysql> SELECT TIME_FORMAT('100:00:00', '%H %k %h %I %l');
+--------------------------------------------+
| TIME_FORMAT('100:00:00', '%H %k %h %I %l') |
+--------------------------------------------+
100 100 04 04 4                            |
+--------------------------------------------+
row in set (0.00 sec)

mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Date Time Functions
» TIME_FORMAT