mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 06:17:57 +01:00 
			
		
		
		
	add date Format (#4236)
This commit is contained in:
		| @@ -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 -> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user