|
Do you have to do the %diff in microseconds only? Can you do it in two steps?Thanks, Booth. I basically did what you and Charles suggested, by calculating the difference between the date in question and 01/01/2000, and then adding in the difference between 01/01/1970 and 01/01/2000. It works fine, especially since all dates in this application will be after 2000. However, when I get a chance I'm going to put in a DCR to both allow milliseconds calculations and to expand the maximum difference.
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?
As an Amazon Associate we earn from qualifying purchases.
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.