I need to save the duration (the number of minutes and / or hours and / or days). I looked at the MySQL type, but the DATE and TIME types seem to be used to store a specific date in time. Not a duration.
I am thinking of using int to store the number of seconds and converting it to PHP for display.
php mysql
user457015
source share