-1

Is there an equivalent in java to python functions that can parse date/time input without giving the format as an argument?

I want to be able to receive an input and determine if it's a time stamp of some sort. Is it necessary to manually go over all common patterns?

keren42
  • 41
  • 4

1 Answers1

1

dateparser is a neat utility which might fit your case

Horatiu Jeflea
  • 7,256
  • 6
  • 38
  • 67