hey friends can you give some example to validate date accepted by user in variable
as follows
int day;
int month;
int year;
It must validate entered details are correct or not ans
It must check that date is more than System date or not
as follows
int day;
int month;
int year;
It must validate entered details are correct or not ans
It must check that date is more than System date or not
Comment