diff options
| author | GreDDySS <97845769+GreDDySS@users.noreply.github.com> | 2022-10-11 14:04:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-11 14:04:53 +0800 |
| commit | f64565f74e1a9ee9c510c5f2e49c49d860472445 (patch) | |
| tree | d7ea784205d208f77e966dce559b2e2c7431f8db /core/src | |
| parent | 54594c18eebb0f6a2d758cb920f71ff007eef436 (diff) | |
add new format
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/com/ilotterytea/maxoning/MaxonConstants.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/com/ilotterytea/maxoning/MaxonConstants.java b/core/src/com/ilotterytea/maxoning/MaxonConstants.java index 04bc932..42f2892 100644 --- a/core/src/com/ilotterytea/maxoning/MaxonConstants.java +++ b/core/src/com/ilotterytea/maxoning/MaxonConstants.java @@ -21,6 +21,7 @@ public class MaxonConstants { public static final FileHandle FILE_RU_RU = Gdx.files.internal("i18n/ru_ru.json"); public static final DecimalFormat DECIMAL_FORMAT = new DecimalFormat("###,###.##"); + public static final DecimalFormat DECIMAL_FORMAT2 = new DecimalFormat("###,###"); @SuppressWarnings("SimpleDateFormat") public static final SimpleDateFormat DATE_FORMAT = new SimpleDateFormat("dd/M/yyyy hh:mm:ss"); public static final long startTime = System.currentTimeMillis(); |
