You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: SHORT is completely numeric, such as 12.13.52 or 3:30pm
I think that is something that we might want to use in the text input box for date and time pickers, especially if (and that's a big if @aditya-07@shelaghm) we allow the user to actually input text directly.
I think the short numeric format might just make more sense for input, and also for data entry in general. I can't imagine people being keen to use month names while inputing dates.
Is your feature request related to a problem? Please describe.
See this doc: https://developer.android.com/reference/android/icu/text/DateFormat
Note:
SHORT is completely numeric, such as 12.13.52 or 3:30pm
I think that is something that we might want to use in the text input box for date and time pickers, especially if (and that's a big if @aditya-07 @shelaghm) we allow the user to actually input text directly.
I think the short numeric format might just make more sense for input, and also for data entry in general. I can't imagine people being keen to use month names while inputing dates.
Describe the solution you'd like
Use https://developer.android.com/reference/android/icu/text/DateFormat and specifically use the DateFormat.SHORT format
Describe alternatives you've considered
current solution. But we get things like "1 May 2022" in the text input, which in my opinion is kinda strange.
Additional context
NA
Would you like to work on the issue?
Yeah
The text was updated successfully, but these errors were encountered: