added cek suara bottom sheet and detail suara bottom sheet
This commit is contained in:
@ -7,4 +7,10 @@ class MyFunction {
|
||||
DateFormat('dd-MM-yyyy | hh.mm.ss a').format(dateTime);
|
||||
return formattedDateTime;
|
||||
}
|
||||
|
||||
// chnage | to \n in string
|
||||
String convertDateTime2(String input) {
|
||||
input = input.replaceAll('| ', '\n');
|
||||
return input;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user