Parcourir la source

add date Format (#4236)

Riztard Lanthorn il y a 4 ans
Parent
commit
cea4911c4d

+ 1 - 1
app/src/main/java/eu/kanade/tachiyomi/ui/setting/SettingsGeneralController.kt

@@ -244,7 +244,7 @@ class SettingsGeneralController : SettingsController() {
             listPreference {
                 key = Keys.dateFormat
                 titleRes = R.string.pref_date_format
-                entryValues = arrayOf("", "MM/dd/yy", "dd/MM/yy", "yyyy-MM-dd")
+                entryValues = arrayOf("", "MM/dd/yy", "dd/MM/yy", "yyyy-MM-dd", "dd MMM yyyy", "MMM dd, yyyy")
 
                 val now = Date().time
                 entries = entryValues.map { value ->