report dashboard

This commit is contained in:
efrilm
2025-11-03 16:24:11 +07:00
parent 069c2296de
commit b4a9cf31fc
30 changed files with 5779 additions and 5 deletions
@@ -62,4 +62,12 @@ extension DateTimeExt on DateTime {
return '$day $month $year, $hour:$minute:$second';
}
String toServerDate() {
return DateFormat('dd-MM-yyyy').format(this);
}
String toSimpleMonthDate() {
return DateFormat('dd MMM yyyy').format(this);
}
}