d=ui.DatePicker() d.mode=ui.DATE_PICKER_MODE_DATE_AND_TIME d.objc_instance.minuteInterval=5 d.bg_color='white' d.present()