Too fast, Zachary.  Try:

<cfset Seconds = DateDiff("s", Date1, Date2)>
<cfset Minutes = Seconds \ 60>
<cfset Seconds = Seconds MOD 60>

-David

On Wed, 30 Aug 2000 11:04:55 -0400 Zachary Bedell <[EMAIL PROTECTED]>
writes:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Try this:
> 
> <cfset Seconds = DateDiff("s", Date1, Date2)>
> <cfset Minutes = Seconds MOD 60>
> <cfset Seconds = Seconds - (Minutes * 60)>
> 
> 
> > -----Original Message-----
> > From: Double Down [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 30, 2000 10:55 AM
> > To: House Of Fusion
> > Subject: DateDiff Question
> > 
> > 
> > How do I show more than one date part using DateDiff? I would 
> > like to show
> > hours and minutes.
> > 
> > TEA
> > DDINC
> > 
> > --------------------------------------------------------------
> > ----------------
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit 
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
> > s/cf_talk or send a message to 
> > [EMAIL PROTECTED] with 'unsubscribe' in the body.
> > 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: PGPfreeware 6.5.3 for non-commercial use 
> <http://www.pgp.com>
> Comment: Please use PGP!!!
> 
> iQA/AwUBOa0ilwraVoMWBwRBEQIeaQCg6LZkp9CqnzlU82EpHeTdrPh8jdwAn0En
> JhGbCux4bSUP45lQrsRzxFzT
> =P4Pd
> -----END PGP SIGNATURE-----
>
-------------------------------------------------------------------------
-----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk

> or send a message to [EMAIL PROTECTED] with 
> 'unsubscribe' in the body.

________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to