DecimalStyle

Class DecimalStyle

public final class DecimalStyle
extends Object

Localized decimal style used in date and time formatting.

A significant part of dealing with dates and times is the localization. This class acts as a central point for accessing the information.

Implementation Requirements:
This class is immutable and thread-safe.
Since:
1.8

Fields

STANDARD

public static final DecimalStyle STANDARD

The standard set of non-localized decimal style symbols.

This uses standard ASCII characters for zero, positive, negative and a dot for the decimal point.

登录查看完整内容