Pervious dates
Closed this issue · 3 comments
AmirTahani commented
How to select previous dates ?
like 1297/2/13 ?
rghorbani commented
Hi @AmirTahani,
I don't get the problem exactly but I think your problem could be solved by setting the initialDate
prop.
hamidKhoshSafar commented
onDateChange(date) {
this.setState({ selectedStartDate: date.jYear() + "/" + (date.jMonth() + 1) + "/" + date.jDate() });
}
rghorbani commented
Hi, is the problem fixed?