From f64565f74e1a9ee9c510c5f2e49c49d860472445 Mon Sep 17 00:00:00 2001 From: GreDDySS <97845769+GreDDySS@users.noreply.github.com> Date: Tue, 11 Oct 2022 14:04:53 +0800 Subject: add new format --- core/src/com/ilotterytea/maxoning/MaxonConstants.java | 1 + 1 file changed, 1 insertion(+) (limited to 'core/src/com/ilotterytea') 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(); -- cgit v1.2.3