Guyz hapit na gyud ko human sa video rental system...hehehe...samok samok na pud ko hap
this is my code
everything fine but i need to have another datetime variable that would be 3 days more than the current date..first time ni nko mag manipulate ug date so la koy clueCode:private void dateTimePicker1_ValueChanged(object sender, EventArgs e) { DateTime tempdt = dateTimePicker1.Value; int day= tempdt.Day; int month = tempdt.Month; int year= temdt.Year; DateTime datedue= month/day+3/year?????? }