You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2019. It is now read-only.
react-native-date/src/main/java/me/nucleartux/date/DatePicker.java
Line 48 in f284cdf
picker.getDatePicker().setMinDate()expects a timestamp in the user time: http://developer.android.com/reference/android/widget/DatePicker.html#setMaxDate(long)mMinDate.getTimeInMillis()returns a timestamp in UTC:https://docs.oracle.com/javase/7/docs/api/java/util/Calendar.html#getTimeInMillis()