Java Equivalent to .NET's DateTime.Parse?

Posted by Superdumbell on Stack Overflow See other posts from Stack Overflow or by Superdumbell
Published on 2010-03-15T21:28:23Z Indexed on 2010/03/15 21:29 UTC
Read the original article Hit count: 286

Filed under:
|
|
|
|

I'm working on a java class that I will use with Pervasive Data Profiler that needs to check if a Date String will work with .NET's DateTime.Parse.

Is there an equivalent class or 3rd party library that can give me this functionality that is very close to .NET's DateTime.Parse?

© Stack Overflow or respective owner

Related posts about java

Related posts about .NET