add date Format (#4236)
(cherry picked from commit cea4911c4d1a935ef65bca11116e78a0ba49f2de)
This commit is contained in:
parent
b57dc1a6c8
commit
2bd67860a7
@ -249,7 +249,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 ->
|
||||
|
Loading…
x
Reference in New Issue
Block a user