Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Time Conversion

    Much thanks for the help guys!! I really appreciate it. Sorry about the miscalculation on my part.

    Steve

  • RE: Time Conversion

    Thanks for the response, but that doesn't exactly work. The format I want is hh:mm, not mm:ss.

    I modified the query to look like:

    select convert(varchar(2), floor(@seconds/3600)) + ':' +

    right('0' +...

  • RE: Simple Query Help

    Much Thanks for all the help from everyone!!

    Steve

Viewing 3 posts - 1 through 3 (of 3 total)