Hi everyone,
I need a help regrading this condition
Date calculation is to be in this format......
w_adj = 32 (Adjusted dates)
w_dd = 30 ( non adjusted dates)
w_fix = w_adj - w_dd
ie
w_fix = 32-30
w_fix = 2.
Next condition
consider w_dat = 10/30/2014.
vbrk-valdt = w_dat + w_fix
= 10/30/2014 + 2
= 11/30/2014....Need the answer in this format.......
So how can i calculate the vbrk-valdt .....pls help me