ground-android icon indicating copy to clipboard operation
ground-android copied to clipboard

[Data collection] Date/time/number fields don't respect user's preferred formats

Open gino-m opened this issue 4 years ago • 2 comments

We should use android.text.format.DateFormat.getDateFormat(context), but DateResponse and TimeResponse are context-agnostic. Formatting should instead be done in the view layer, with the response objet's String representation used for debugging only. Fyi @HemanParbhakar, discussed in #749.

gino-m avatar Apr 19 '21 15:04 gino-m

@HemanParbhakar Would you like to tackle this one once #846 is merged?

gino-m avatar Jun 11 '21 22:06 gino-m

@shobhitagarwal1612 assigning to you for now, please reassign if needed!

scolsen avatar Feb 27 '23 18:02 scolsen