ChangeLog
June 27, 2016 ยท View on GitHub
1.0.0
- Add the YEAR type;
0.9.9
- Add the function to set the max timeMillseconds.
setMaxMillseconds
0.9.3
- Add some functions to set the time unit.
mDialogAll = new TimePickerDialog.Builder()
.setCallBack(this)
.setTitleStringId("TimePicker")
.setYearText("Year")
.setMonthText("Month")
.setDayText("Day")
.setHourText("Hour")
.setMinuteText("Minute")