hi,
I have the following requirement:
I have a source field as "DOJ" and Target Field as "Date"
I want the output as follows:
Input:
DOJ = 12/12/2008 (dd/MM/yyyy)
Output:
Date =13/12/2008 (dd/MM/yyyy)
the requirement is whenever the source filed ie (DOJ) is given a value ie date ="12/12/2008" then the target filed ie (Date) should give the next day's date ie 13/12/2008
pls do let me know ......how to do this .........?