Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 279 Bytes

WikiDatePicker.md

File metadata and controls

11 lines (8 loc) · 279 Bytes

Wiki DatePicker

     CalendarHelper.showDialog(context, CalendarType.LIGHT, object : CalendarCallBack {
               override fun setDate(year: Int, month: Int, day: Int) {
                   // work with selected date
               }
           })