anon-3
April 23, 2018, 11:45pm
1
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?
anon-4
April 24, 2018, 12:55am
2
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
anon-4
April 24, 2018, 12:57am
3
Yes I have seen those, but I'm specifically searching for one that also has a time picker.
anon-4
June 5, 2018, 12:18am
4
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