× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Do you have to do the %diff in microseconds only? Can you do it in two steps?

c wDays = %diff(DateTime2: DateTime1: *days)
c NewDateTime2 = DateTime2 - %days(wDays)
c wMSec = (wDays * 24 * 60 * 60 * 1000) + %diff((NewDateTime2: DateTime1: *MSecs)

That isn't tested, but you see the idea? Would that work for you, Joe?

.


Joe Pluta wrote:
Joe Pluta wrote:
I'm trying to interoperate with Java timestamps. In the Java world, that's the number of milliseconds since 01/01/1970. This is a web service, and the service was defined using the Java timestamp format. I can change the service signature to use something different, but I was trying to avoid that.
What REALLY sucks about this is that I wrote three services in 30 minutes. It has now taken me two hours to isolaet and try to find a workaround to the arbitrary 15-digit limitation in %DIFF. All the time I talk about how productive RPG is, and this has really bitten me in the butt. The fact that there is no "milliseconds" parameter to %DIFF, and then it fails if you use it for large numbers - that's just a bad deal. If there were no limitation, or if there were a milliseconds parameter, I'd have been done hours ago.

Joe


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.