If the format is actually simple date format then ...
# troubleshooting
b
If the format is actually simple date format then what you are looking for is likely YYYY-MM-dd HHmmss.SSS. See https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html
k
Thanks Bruce, I'll give this a shot.
That worked. Now on to next error.