JodaOrg / joda-time

Joda-Time is the widely used replacement for the Java date and time classes prior to Java SE 8.
http://www.joda.org/joda-time/
Apache License 2.0
4.98k stars 986 forks source link

Customizable AM/PM #189

Open yaitskov opened 10 years ago

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

jodastephen commented 10 years ago

There is no support for this in Joda-Time.

JSR-310 / Java SE 8 has support.

gauravsak commented 8 years ago

@jodastephen Should this request be closed then?