try{
Date date=DateFormat.parse(datestring);
}catch(Exception e){
//error
}