-----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.

Reply via email to