Anzeige des Erstell- anstelle des Änderungsdatums
This commit is contained in:
@@ -30,7 +30,7 @@ struct YapsFileCell: View {
|
||||
|
||||
// Details
|
||||
Text(
|
||||
MiscHelper.shared.dateFormatDefault(inDate: FinderHelper.shared.getFileAttributes(yapsFile: yapsFile)[FileAttributeKey.modificationDate] as! Date)
|
||||
MiscHelper.shared.dateFormatDefault(inDate: FinderHelper.shared.getFileAttributes(yapsFile: yapsFile)[FileAttributeKey.creationDate] as! Date)
|
||||
)
|
||||
.font(.footnote)
|
||||
.foregroundColor(.secondary)
|
||||
|
||||
Reference in New Issue
Block a user