Hi to all,
i need to add weeks from Date.please help..i can add month my sample code is working fine. same like i want add Wees please help
DateTime six; six = DateTime.Now.AddMonths(6); if (rb_6months.Checked) { txt_DisplayDate.Text = "" + six; }
Hi to all,
i need to add weeks from Date.please help..i can add month my sample code is working fine. same like i want add Wees please help
DateTime six; six = DateTime.Now.AddMonths(6); if (rb_6months.Checked) { txt_DisplayDate.Text = "" + six; }