There needs to be support for java.time in java.text.MessageFormat
Nick Williams
nicholas at nicholaswilliams.net
Sat Jun 1 19:09:07 PDT 2013
Currently, MessageFormat /only/ supports SimpleDateFormat and instances of java.util.Date or java.util.Calendar for date/time values. Because of this, it's impossible to use Java 8 date/time types with any of the i18n and localization tools.
MessageFormat really needs support for types in java.time. Should I file a bug somewhere about this (where?), or is this message enough?
More information about the java-se-8-spec-comments
mailing list