From 0194f0c8604b6c764f35d806e1e4acf2cd2662de Mon Sep 17 00:00:00 2001 From: Gerrit Linnemann Date: Sun, 16 Aug 2020 12:37:23 +0200 Subject: [PATCH] =?UTF-8?q?Anzeige=20des=20Erstell-=20anstelle=20des=20?= =?UTF-8?q?=C3=84nderungsdatums?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YAPS/YAPS/Struct/YapsFileCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YAPS/YAPS/Struct/YapsFileCell.swift b/YAPS/YAPS/Struct/YapsFileCell.swift index ccc7bb6..517e041 100644 --- a/YAPS/YAPS/Struct/YapsFileCell.swift +++ b/YAPS/YAPS/Struct/YapsFileCell.swift @@ -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)