Hello,
Is there any way to parse following date in Java?
2020-01-14T00:54:42.2837Z
I tried "yyyy-MM-dd'T'HH:mm:ss.SSSS'Z'" but it didn't work.
Thanks for your help!
Printable View
Hello,
Is there any way to parse following date in Java?
2020-01-14T00:54:42.2837Z
I tried "yyyy-MM-dd'T'HH:mm:ss.SSSS'Z'" but it didn't work.
Thanks for your help!
Not familiar with Java (well, I had programmed in it 14 years ago) but isn't there a DateTime class with a parse method that you can use?