how to advance a date string by 1 year

  • Thread starter Thread starter cmdolcet69
  • Start date Start date
C

cmdolcet69

How can i use this formula: Date.Now.ToShortDateString but if it
returns 06/30/2008 I would also like it to return 06/30/2009 one year
in advance how can i do that?
 
cmdolcet69 said:
How can i use this formula: Date.Now.ToShortDateString but if it
returns 06/30/2008 I would also like it to return 06/30/2009 one year
in advance how can i do that?

date.now.addyears(1).toshortdatestring

LS
 

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