18-December-2012 05:30

Package javax.time.format

Provides classes to print and parse dates and times.

See: Description

Package javax.time.format Description

Provides classes to print and parse dates and times.

Printing and parsing is based around the DateTimeFormatter class. Instances are generally obtained from DateTimeFormatters, however DateTimeFormatterBuilder can be used if more power is needed.

Localization occurs by calling withLocale(Locale) on the formatter. Further customization is possible using DateTimeFormatSymbols.

18-December-2012 05:30