I have a date variable and I need to compute another variable in which the
month and day are the same but the year is one year later. I could try
extracting month, day and year using the 'xdate.month(date),
xdate.mday(date), xdate.year(date)' functions, but this would be very time
consuming because I need to process many dates in the same fashion. Besides
I would be left with the dates split in three numeric fields and I need it
in date format. Is there a simple way of doing what I need to do?
I have this '02/03/98' and
I need this '02/03/99'
I would appreciate it if you could respond to me directly since right now I
am not a member of the List Serve. Thank you in advance for your help.
Alicia Booth