diff options
| author | ilotterytea <iltsu@alright.party> | 2022-10-15 19:31:52 +0200 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-10-15 19:31:52 +0200 |
| commit | c792b675e340ade7e4fd6bd4e67265ba2b4cb1b5 (patch) | |
| tree | b4d769555248415144a51112986387455c1a3a36 /core/src/com/ilotterytea/maxoning/MaxonConstants.java | |
| parent | 09ad70d85a80779764268d37df533e446ecd37e6 (diff) | |
| parent | e2b205209ce7a747f2b41700204da67a6441f9e7 (diff) | |
Merge pull request #14 from maxoning/dev
Новый формат стиля цены
Diffstat (limited to 'core/src/com/ilotterytea/maxoning/MaxonConstants.java')
| -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(); |
