hi all,
pretty straight one but could figure out. i m saving some data and one of the field is date with datetime.now;
i know it saves today's date in a database but what i really need is to pass next month date instead of today's.
Ex. if i m saving m_job.Date= Datetime.now; ( it saves today's date(12/01/2009) in date parameter) but i want to pass 12/02/2008) instead of today's or some other ways around like 30 odd after today??
Thanks in advance
pretty straight one but could figure out. i m saving some data and one of the field is date with datetime.now;
i know it saves today's date in a database but what i really need is to pass next month date instead of today's.
Ex. if i m saving m_job.Date= Datetime.now; ( it saves today's date(12/01/2009) in date parameter) but i want to pass 12/02/2008) instead of today's or some other ways around like 30 odd after today??
Thanks in advance
Comment