You don't need to use JodaTime, just configure the SimpleDateFormat to not be lenient:
formatter.setLenient(false);
Anyway, I will really appreciate if JodaTime is supported out-of-the-box.
You don't need to use JodaTime, just configure the SimpleDateFormat to not be lenient:
formatter. setLenient( false);
Anyway, I will really appreciate if JodaTime is supported out-of-the-box.