I'm using a DateTimePicker But it does not work what could be the reason?
<DateTimePicker
date={new Date()}
is24Hour={true}
value={new Date()}
mode={'date'}
/>
What am I doing wrong?
I'm using a DateTimePicker But it does not work what could be the reason?
<DateTimePicker
date={new Date()}
is24Hour={true}
value={new Date()}
mode={'date'}
/>
What am I doing wrong?