View Single Post
  #2 (permalink)  
Old 07-29-2007, 02:03 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 1,057
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Hello dvanwig,

the DateAdd function is a powerful way for every date calculation.

You should code something like this:
Code:
tenDaysBeforeBirthDayInTicks = DateAdd(bithdayInTicks, 00, -10))

specci48
Reply With Quote