We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b72624 commit 6446267Copy full SHA for 6446267
app/src/main/kotlin/com/simplemobiletools/filemanager/dialogs/PropertiesDialog.kt
@@ -79,7 +79,7 @@ class PropertiesDialog() {
79
private fun formatLastModified(ts: Long): String {
80
val cal = Calendar.getInstance(Locale.ENGLISH)
81
cal.timeInMillis = ts
82
- return DateFormat.format("dd/MM/yyyy HH:mm", cal).toString()
+ return DateFormat.format("dd.MM.yyyy HH:mm", cal).toString()
83
}
84
85
private fun getDirectorySize(dir: File): Long {
0 commit comments