daultimate
daultimate

Reputation: 83

Date ranges on react-native-modal-datetime-picker?

Im trying to implement a the react-native-modal-datetime-picker, I know isn't possible to select a range of times but theres any work around for dates? let the user select from 1 of feb to 2 of mar?

Upvotes: 1

Views: 4215

Answers (1)

ikerfah
ikerfah

Reputation: 2862

Did you try minimumDate and maximumDate props of type Date ? ( works only with date for android , no time ) , And it's work properly on IOS

Upvotes: 4

Related Questions