react-native-persian-calendar-picker icon indicating copy to clipboard operation
react-native-persian-calendar-picker copied to clipboard

initialDate can change default day and initialDate always set to today

Open Ehsan-Vaziri opened this issue 5 years ago • 2 comments

hi i cant change the initialDate from today to selectedDay can u help me ?

Ehsan-Vaziri avatar Sep 09 '19 10:09 Ehsan-Vaziri

I have the same problem

saeedvakili1 avatar Oct 14 '19 06:10 saeedvakili1

@Ehsan-Vaziri initialDate is a one time prop and it only affects the month rendered. For example is you set it to new Date(2019, 9, 11, 0, 0, 0, 0), you will see Mehr instead of current month which is Aban.

rghorbani avatar Oct 26 '19 08:10 rghorbani