At 09:58 AM 1/6/00 -0800, you wrote:
>newbie question:
>       I need to find a function to tell the date difference. Similar to
>vb's datediff('d',date1, date2). Does any function exist like that?
>

If you can't find a function, you could always convert the dates to a DWORD
(there are a number of Tim* functions for doing this sort of thing)
containing number of seconds since x and use arithmetic.

Reply via email to