4
Answers

Increment date

Ruchi R

Ruchi R

13y
2.2k
1
HI everyone,



string enddate = dgv.CurrentRow.Cells["Date"].Value.ToString();

I have taken date from data grid view as given above. Now i need to write a update query where i need to update the enddate by 1 month and 15 days according to the condition. Therefore could you please tell me how to increment the date.
Answers (4)