Bumpdate.csh



#  Calculate the date n number days forward or backward from a given date.
#  Copyright (c) 1991 by Hamilton Laboratories.  All rights reserved.

proc bumpdate(bump, month, day, year)
   local d
   @ d = `julian $month $day $year` + bump
   return `caldate $d`
end

bumpdate $argv



Hamilton C shell | Free Updates | Free Demo Software | Win32 Training
Y2K | Customer Testimonials | On-line Hamilton C shell User Guide
Home | Email | Support | Company Profile | Distributors | Links



Copyright © 1997-2001 by Hamilton Laboratories. All rights reserved.
You are visitor number 643. This page was last modified August 14, 2001.