mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-17 12:12:42 -06:00
feat: finished new logging feature
This commit is contained in:
@@ -35,6 +35,10 @@ extension DateHelpers on DateTime {
|
||||
yesterday.month == month &&
|
||||
yesterday.year == year;
|
||||
}
|
||||
|
||||
bool isOnSameDayAs(DateTime other) {
|
||||
return other.day == day && other.month == month && other.year == year;
|
||||
}
|
||||
}
|
||||
|
||||
extension StringNormalizer on String {
|
||||
|
||||
Reference in New Issue
Block a user