Hi,
Is there a way to influence the Locale parsedatetime [1] is using to parse dates/times?
I have a date
16-MAR-06 03.49.39.390000000 PM
that can't be converted using the pattern
dd-MMM-yy hh.mm.ss.S a
although it follows the pattern defined in [2]. I think it's because
parsedatetime defaults to the machines Locale, because when I parse the
date with
new SimpleDateFormat("dd-MMM-yy hh.mm.ss.S a", Locale.ENGLISH)
.parse("16-MAR-06 03.49.39.390000000 PM");
it works fine.
Best regards
Oliver Schrenk
OSX 10.8.2
h2 1.3.170