when we use the calendar class and enter the date in date object as 45/8/2007(dd/mm/yyyy). it will automatically roll forward as 15/9/2007(dd/mm/yyyy)
Logically this should not happen as date cannot be greater than 31 ,
How to avoid roll back and i also need help in validating date
thanks in advance
Logically this should not happen as date cannot be greater than 31 ,
How to avoid roll back and i also need help in validating date
thanks in advance
Comment