summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreDDySS <97845769+GreDDySS@users.noreply.github.com>2022-10-11 14:04:53 +0800
committerGitHub <noreply@github.com>2022-10-11 14:04:53 +0800
commitf64565f74e1a9ee9c510c5f2e49c49d860472445 (patch)
treed7ea784205d208f77e966dce559b2e2c7431f8db
parent54594c18eebb0f6a2d758cb920f71ff007eef436 (diff)
add new format
-rw-r--r--core/src/com/ilotterytea/maxoning/MaxonConstants.java1
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();