Reputation: 377
Describe the bug Right now day of the week is only in 'datetime' mode, I didn't find attributes to add it in 'date' mode. Firstly for Android
Expected behavior Show day of the week in 'date' mode
To Reproduce
<DatePicker
mode='date'
style={{ alignSelf: 'center' }}
open={isVisible}
date={date}
minimumDate={new Date()}
theme='auto'
is24hourSource='device'
locale={i18n.language}
onDateChange={(changedDate) => setDate(changedDate)}
onStateChange={state => setState(state)}
/>
react-native-date-picker version: 5.0.7
I've already asked the same question for developers, but with no luck
Upvotes: 0
Views: 13