Java tool class for finding general character-to-date conversion

if you have a question, sometimes you will encounter that the format of the original date character is not exact.

for example, there are 2017-01-12 17code 3615 00.0 , and 2017-01-12 , but the implementation does not know what it will look like.
is there any universal characters that can be adapted to various forms of characters, and then converted to date types?

Menu