how to convert 95900 into 09:59:00 format in php -
my sql query returns result 95900 when add 2 time (06:34:00 , 03:25:00) using sum(), wish php code converts result 95900 09:59:00 format. can helps me? novice php.
i got desired answer using following sql functions:
select sec_to_time( sum( time_to_sec( timespent
) ) ) timesum
yourtablename
Comments
Post a Comment