Skip to main content
Participant
January 3, 2007
Question

Time difference in hours, minutes and seconds

  • January 3, 2007
  • 2 replies
  • 395 views
I have a start and end time and need to calculate the difference in hours, minutes and seconds. Any custom tags or snippets out there?
    This topic has been closed for replies.

    2 replies

    Inspiring
    January 3, 2007
    http://www.cflib.org/index.cfm
    always a good place to look for functions.
    HTH
    --
    Tim Carley
    www.recfusion.com
    info@NOSPAMINGrecfusion.com
    Inspiring
    January 3, 2007
    Attach dates to them with createdatetime()
    use datediff to calculate the difference.

    Details are in the cfml reference manual. If you don't have one, the internet does.