Recently
I faced a requirement of converting seconds to Hours:Minutes:Seconds
format. After some R&D, I found the following solution:
CODE
DECLARE
@in_seconds
int
SET
@in_seconds
= 3661 --
One Hour One Minute and One Second
SELECT
CONVERT(CHAR(8),
DATEADD(SECOND,
@in_seconds,
0), 108)
As
Hour_Minute_Second
OUTPUT
01:01:01
Note: This SQL code is applicable only for time less than 24 hours.
Note: This SQL code is applicable only for time less than 24 hours.
Its a very good conversion php script, i was looking for it.
ReplyDeletehttp://www.best3dhdwallpapers.com