Hey I need to parse the following date format `"2...
# android
i
Hey I need to parse the following date format
"2021-12-02T16:54:08.931Z"
I am using the pattern
"yyyy-MM-dd'T'HH:mm:ss.SSSZ"
in Simple Date Format. I am getting unparseble date error
😶 1
j
Try
"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
👍 1
i
Thanks it worked
👍 1