Date time picker Android?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Are there any good examples of a dateTime picker for Android?

Hi,

We have couple of date pickers as component in the Market Place. Please check the below and select the suitable one.

https://community.kony.com/marketplace/items/date-range-picker-0

https://community.kony.com/marketplace/items/single-date-picker-0

Yes I have seen those, but I'm specifically searching for one that also has a time picker.

Hi,

Currently, we don't have support for a TimePicker widget. You can, however, use a custom widget to use this feature for the time being.

https://developer.android.com/reference/android/widget/TimePicker

Furthermore, you can refer the following tutorial for some sample code to implement a TimePicker component:

https://www.tutorialspoint.com/android/android_timepicker_control.htm

Regards