Why new Date('DD-MM-YYYY') in react native is returning wrong date?
I am using dayjs and I have an input field where user can enter a date or choose one from the picker, if I am using DD-MM-YYYY format there is an issue that at first I thought it's only happening…