09-23-2020 12:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-23-2020 12:32
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hello,
Is there any way to allow the user to pick a date time in settings ? I want to use it for some sort of start time of an event and i dont see any way of doing it except for telling the user to write it using some format in a textview
I was thinking at something like this:
Answered! Go to the Best Answer.

Accepted Solutions
09-27-2020 05:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-27-2020 05:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Ok so to sum it up the for the phone settings the variant in the suggested thread is not working on the phone ( https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666 )
So the only option I see here is to be creative and make extra fields for day, month, year or use sliders or something similar as @AppazeStudios suggestd.

09-23-2020 12:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-23-2020 12:42
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Hi!
If you want to implement it on the watch then you could use this: https://dev.fitbit.com/build/guides/design-guidelines/ui-components/#tumbler
But if you want to implement it on the phone (settings) then you could have a look at this thread (however I cannot confirm right now if that is gonna work in this case): https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666
If none of those 2 ways work for you, then you could maybe just make extra text fields for day, month, year and the time in the settings. Or you could also experiment with "Select" or maybe even with "Sliders".
Kind Regards
Dominik
09-23-2020 14:04
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-23-2020 14:04
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I need it for phone settings indeed.
Thanks, will try it out and come back with an answer. (seems that the suggestion in the date-picker-for-settings thread doesnt work on all phones 😞 )

09-27-2020 05:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

09-27-2020 05:49
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Ok so to sum it up the for the phone settings the variant in the suggested thread is not working on the phone ( https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666 )
So the only option I see here is to be creative and make extra fields for day, month, year or use sliders or something similar as @AppazeStudios suggestd.

