This commit is contained in:
@@ -6,4 +6,7 @@ extension IntegerExt on int {
|
||||
symbol: 'Rp. ',
|
||||
decimalDigits: 0,
|
||||
).format(this);
|
||||
|
||||
/// Format ribuan tanpa simbol mata uang, contoh: 1.639
|
||||
String get thousandFormat => NumberFormat.decimalPattern('id').format(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user