joda-time icon indicating copy to clipboard operation
joda-time copied to clipboard

Customizable AM/PM

Open yaitskov opened this issue 11 years ago • 2 comments

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.".

yaitskov avatar Oct 06 '14 10:10 yaitskov

There is no support for this in Joda-Time.

JSR-310 / Java SE 8 has support.

jodastephen avatar Oct 07 '14 21:10 jodastephen

@jodastephen Should this request be closed then?

gauravsak avatar Aug 30 '16 10:08 gauravsak