Date validatation and format
Hi,
my problem is to validate the date. Means,,,
i am generating the report based on the date and when i am running the java program i am giving date through command line then
I need the date format YYYY-MM-DD
when the user enters the date it has to validate and it has to check whether the given date is correct or not. if the date is not correct format then the system has to prompt the message to user.
Will u please help for this problem.

