Comment 5 for bug 514376

Revision history for this message
Marcos Silva Pereira (marcospereira) wrote :

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.