RE: time difference

2010-03-06 Thread Eric Roberts
: Saturday, March 06, 2010 8:23 AM To: cf-talk Subject: Re: time difference Ya know.. after being out of ColdFusion development since 2003 (joined the army and just got out late 2009), i must say.. its odd seeing some of the same names on the list. Not to mention the fact people still have a sense of

RE: time difference

2010-03-06 Thread Rick Faircloth
27;s quite (this part was not intelligible)!!! Rick -Original Message- From: Christopher Stowell [mailto:christopher.stow...@yahoo.com] Sent: Saturday, March 06, 2010 9:23 AM To: cf-talk Subject: Re: time difference Ya know.. after being out of ColdFusion development since 2003 (joined

Re: time difference

2010-03-06 Thread Christopher Stowell
figure out all teh changes made in the last 7 years LOL (man this is gonna hurt) From: Rick Faircloth To: cf-talk Sent: Sat, March 6, 2010 7:04:50 AM Subject: RE: time difference Uh, oh... you guys just couldn't let a sleeping dog lie, huh? ;o)

RE: time difference

2010-03-06 Thread Rick Faircloth
Uh, oh... you guys just couldn't let a sleeping dog lie, huh? ;o) Rick -Original Message- From: Bobby [mailto:bo...@acoderslife.com] Sent: Friday, March 05, 2010 10:39 PM To: cf-talk Subject: RE: time difference Is there really a need to bring one of his threads back to

Re: time difference

2010-03-05 Thread Dave l
The sad part here is that now 7 years later Will still would have to look this up! And thank god we got bobbie here to referee the "proper" count! ~| Want to reach the ColdFusion community with something they want? Let them kno

RE: time difference

2010-03-05 Thread Bobby
cf-talk Subject: Re: time difference > 2 ?'s > I need to show a difference between to dates > basically how much time is left between the ending date and now. can > cf do this or should I use a java script? > > also, how do I use a Now() but add 3 hours to the output? >

Re: time difference

2010-03-05 Thread Will Tomlinson
>actually >I already have it:) >just really sick of reading it at the moment. lots to absorb, short amount >of time > >> Dave, >> CF is a lot to absorb chief!! LOL!!! ~| Want to reach the ColdFusion community with something the

Re: time difference

2010-03-05 Thread Will Tomlinson
> 2 ?'s > I need to show a difference between to dates > basically how much time is left between the ending date and now. can > cf do this or should I use a java script? > > also, how do I use a Now() but add 3 hours to the output? > server is 3 hours behind but I need to be the current time. I

Re: time difference

2003-02-11 Thread Jochem van Dieten
Dave Lyons wrote: > > also, how do I use a Now() but add 3 hours to the output? > server is 3 hours behind but I need to be the current time. I don't think the java >get current time will work because I need to retrieve it from a db From the database you might want to use: SELECT field AT TIME

Re: time difference

2003-02-10 Thread Dave Lyons
February 10, 2003 9:55 PM Subject: Re: time difference > > I need to show a difference between to dates > > datediff(part, date1, date2) > > > also, how do I use a Now() but add 3 hours to the output? > > dateadd(part, num, date) > > -Justin > > ~

Re: time difference

2003-02-10 Thread Dave Lyons
actually I already have it:) just really sick of reading it at the moment. lots to absorb, short amount of time - Original Message - From: "Jared Clinton" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 10, 2003 9:48 PM Subje

Re: time difference

2003-02-10 Thread Justin Scott
> I need to show a difference between to dates datediff(part, date1, date2) > also, how do I use a Now() but add 3 hours to the output? dateadd(part, num, date) -Justin ~| Archives: http://www.houseoffusion.com/cf_lists/index.

RE: time difference

2003-02-10 Thread Jared Clinton
it, Fifth Edition" #ISBN: 0321125169 There are versions available for CF4 and CF5 if that is what you require. Regards, Jared Clinton. -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 11 February 2003 1:45 PM To: CF-Talk Subject: time difference 2 ?'

time difference

2003-02-10 Thread Dave Lyons
2 ?'s I need to show a difference between to dates basically how much time is left between the ending date and now. can cf do this or should I use a java script? also, how do I use a Now() but add 3 hours to the output? server is 3 hours behind but I need to be the current time. I don't think the

RE: Time Difference Function - newbie!!!!!

2001-08-10 Thread Craig Dudley
2001 22:26 To: CF-Talk Subject: Time Difference Function - newbie! Hello again! I am having some trouble calculating the time difference for two datetime field2 which I then try and add togetherhere is what I have done: My SQL Stmt: Select DateDiff("mi"

Time Difference Function - newbie!!!!!

2001-08-09 Thread Amanda Stern
Hello again! I am having some trouble calculating the time difference for two datetime field2 which I then try and add togetherhere is what I have done: My SQL Stmt: Select DateDiff("mi", dApptEndTime, dApptBeginTime) as Diff1, DateDiff("mi&