rghorbani / react-native-persian-calendar-picker

Persian Calendar Picker Component for React Native
MIT License
92 stars 26 forks source link

selectedStartDate works strangely #24

Closed HamedNN76 closed 5 years ago

HamedNN76 commented 6 years ago

Hi Mr @rghorbani I am working on a project and I needed date picker so I used your package. but in selectedStartDate prop I found a strange thing happening The date picker convert the passed date to yesterday date for example if I pass "1350/6/18" to this props , the selected date in date picker would be "1350/6/17" I checked my codes and there is no mutation or anything else Please check this out. This is badly stopping me.

rghorbani commented 5 years ago

Actually you should pass javascript's Date object like new Date(), not the jalaali date string.