date plus some days

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to display a date plus a number of days. EG: todays date plus 6 days. Anyone help with this one?
 
Hi,
this would depend which type of script you can use - assuming a windows
server.
ASP
<%=date() + 6%>
ASP.net
set the value of a label or whatever youre using to
Today.AddDays(6)

Jon
Microsoft MVP - FP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top