Bigkoo / Android-PickerView

This is a picker view for android , support linkage effect, timepicker and optionspicker.(时间选择器、省市区三级联动)
Apache License 2.0
13.42k stars 3.44k forks source link

时间选择器里面,想把月份换成英文,有什么好的方法吗 #934

Open gslovemy opened 3 years ago

gslovemy commented 3 years ago

建议加一个这样的方法、同时时间选择器里面、年、月、日、时、分、秒可以调整顺序,也就是动态设置SimpleDateFormat,而不是固定写死的public static DateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss")

androidHRTZ commented 3 years ago

请问现在有方法解决了吗 例如:日/月/年

A-10ng commented 2 years ago

这里有解决方法 #1009