javakam / PickerView

Changed From https://github.com/Bigkoo/Android-PickerView
Apache License 2.0
34 stars 4 forks source link

How to change date format? #10

Open uzman opened 11 months ago

uzman commented 11 months ago

Is it possible to change date format like day, month, year, hour, min, sec.? it says how to change it in original repo. but I couldn't change it with your repo.

https://github.com/Bigkoo/Android-PickerView/issues/899 https://github.com/Bigkoo/Android-PickerView/issues/1009

javakam commented 11 months ago

在自定义布局中移动"年"、"月"两个控件的顺序即可 (Move the "year" and "month" controls in the order of the custom layout)

image 🍎这样婶儿的(Such as): image

javakam commented 9 months ago

通过调整布局文件解决此需求(Solve this needs by adjusting the layout file) : https://github.com/Bigkoo/Android-PickerView/issues/899