Make a structure for date containing two function one for increment Date() that add to date if day increase month also increase.
2nd for validation for date like day is not greater than 30 or 31.and validate the user input before user entered value.
i have done second.
but no idea for first one.
hint for increment date.
2nd for validation for date like day is not greater than 30 or 31.and validate the user input before user entered value.
i have done second.
but no idea for first one.
hint for increment date.
Comment