Jun 20
Marc Pinnell Date_Difference Problems
Jun 20, 2015; 12:40
Marc Pinnell
Date_Difference Problems
According to the docs:
date_difference(date('5/23/2002'), '5/22/2002', -minute)
// => 1440
Yet, when I run it with this code:
local(billing = date_difference(date('2015-01-01 20:30:00'),date('2015-01-01 19:00:00'),-minute))
I get:
01:30:00
SB:
90
Tried cutting and pasting the code from the docs and get 24:00:00
What am I missing here?
marc
Marc Pinnell
1027 Design
PO Box 990872
Redding, CA 96099-0872
530.941.4706
fax: 866.232.5300
www.1027Design.com
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Jun 20
Steve Piercy - Website Builder Re: Date_Difference Problems
Jun 20, 2015; 12:58
Steve Piercy - Website Builder
Re: Date_Difference Problems
Jun 20
Marc Pinnell Re: Date_Difference Problems
Jun 20, 2015; 13:03
Marc Pinnell
Re: Date_Difference Problems
Jun 26
Jolle Carlestam Re: Date_Difference Problems
Jun 26, 2015; 09:43
Jolle Carlestam
Re: Date_Difference Problems