I have a problem to add a nummer to the date.

sample:
7-09-2005 + 4 = 11-09-2005

my code is
Code:
$1 = 7 - @WDayNo

$ZatDay = @DATE + $1

? $ZatDay



Edited by Darkwin (2005-09-07 10:18 PM)