I need to determine if an input string input can be parsed by jodatimes DateTime
constructor Datetime(Object instant)
but I'm not interested in creating the DateTime
object at this time.
Is there any way to check if the string is parseable beside calling the constructor and catch the possible exception?