stesvis / ReactNativeDemo

0 stars 0 forks source link

DateTimePicker #2

Closed stesvis closed 2 years ago

stesvis commented 2 years ago

I have a DateTimePicker component, but it works differently in iOS and Android.

I initialize it with the value "2022-04-16T22:05:00" but it looks like:

  1. I need them to behave the same and both show 22:05
  2. When you click on the time picker and the popup opens, i would like to have the time (or date) pre-selected.
  3. Ideally, in case of mode='time' I would like to just pass a time like 22:05 instead of 2022-04-16T22:05:00 and have the textbox showing 22:05.