i have a date field in my database and two other date fields which are dependent on the first.
i have to calculate two dates using the first input date.
i have to calculate date after 3 months and 6 months.
i have used
servlets as mediator.
i have used inbuilt functions like months after,and date+90(for three months)
eg:
if the user input 12-01-2001
i have to calculate 12-4-2001 and 12-7-2001
and insert in to table.
but i could not do it from the servlet.
can any one help in concern??