Mega Code Archive

 
Categories / MySQL Tutorial / Data Types
 

TIME

The TIME data type stores the time of a particular date. TIME values can range not just from 00:00:00 to 23:59:59. But also from -838:59:59 to 838:59:59. This allows you to represent the elapsed time or difference between two dates.