* David Champion <[EMAIL PROTECTED]> [2002-03-27 23:46]: > * "Sven Guckes" <[EMAIL PROTECTED]> wrote: > > anyone have a utility to calculate the > > number of days between two given dates? > > i mean - easily? no perl script > > with dozens of modules, please! > > shell$ env TIMEFMT="%D" ./timediff "1/1/70" "12/31/79" > Difference is 3651.00 days.
thanks David! :-) $ TIMEFMT="%D" ./timediff "4/6/67" "3/28/02" Difference is 11773.96 days. uh-oh... ".96" days? Sven -- sure, offtopic - but highly educational!