Hello F.H, Friday, July 13, 2001, F.H <[EMAIL PROTECTED]> wrote: FH> Does anyone know how to get a difference between 2 dates. For instance FH> something like (07/12/01 - 07/13/01) that would get me 1. which date format has your input? in most common case i can recommend convert dates to unixtime (see time::local and localtime), then substract, and then convert result back to date. Best wishes, Maxim mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]