rghorbani/react-native-persian-calendar-picker

Pervious dates

Closed this issue · 3 comments

How to select previous dates ?
like 1297/2/13 ?

Hi @AmirTahani,
I don't get the problem exactly but I think your problem could be solved by setting the initialDate prop.

onDateChange(date) {
this.setState({ selectedStartDate: date.jYear() + "/" + (date.jMonth() + 1) + "/" + date.jDate() });
}

Hi, is the problem fixed?