mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 08:08:14 -06:00
Added quick actions to inbox, disabled created at field in document upload for now and added hint
This commit is contained in:
5
lib/extensions/date_time_extensions.dart
Normal file
5
lib/extensions/date_time_extensions.dart
Normal file
@@ -0,0 +1,5 @@
|
||||
extension DateComparisons on DateTime {
|
||||
bool isEqualToIgnoringDate(DateTime other) {
|
||||
return day == other.day && month == other.month && year == other.year;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user