step 4 : listing data rekaman audio
This commit is contained in:
@@ -2,4 +2,8 @@ import 'package:jiffy/jiffy.dart';
|
||||
|
||||
String formatDateJiffy(String serverDate) {
|
||||
return Jiffy.parse(serverDate).format(pattern: 'dd-MM-yyyy');
|
||||
}
|
||||
|
||||
String formatDateJiffyDMYHIS(String serverDate) {
|
||||
return Jiffy.parse(serverDate).format(pattern: 'dd-MM-yyyy HH:mm:ss');
|
||||
}
|
||||
Reference in New Issue
Block a user