when i select date above 2035 in react-native date-time picker and apply any javascript date method to it, react native app crashes. pls i need help on this
e.g
let dates = new Date("2060-08-25T23:15:30.000Z").toLocaleDateString();
when i select date above 2035 in react-native date-time picker and apply any javascript date method to it, react native app crashes. pls i need help on this
e.g
let dates = new Date("2060-08-25T23:15:30.000Z").toLocaleDateString();