Adding Days to given date. (ASP)

How to Add days to given date

for ex: date_start is variable storing date (provided by User by filling form)…
and i want to add 180 days to this date so that i can store it in **date_end **variable.

Thnx in Advance.