Open yaitskov opened 10 years ago
Bare SimpleDateFormat can parse non standard AM/PM with DateFormatSymbols.setAmPmStrings but I cannot find similar feature in JodaTime.
For example in my case AM is "A.M.".
There is no support for this in Joda-Time.
JSR-310 / Java SE 8 has support.
@jodastephen Should this request be closed then?
Bare SimpleDateFormat can parse non standard AM/PM with DateFormatSymbols.setAmPmStrings but I cannot find similar feature in JodaTime.
For example in my case AM is "A.M.".