react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
#163 fixes calculation of previous date in other languages
Solution for previous days calculation.
Problem: when i18n enabled if there is multiple instance of calendar previous date calculation wrong.
Solution: dayString gets ddd when it comes with i18n support it doens't matched with array. So I passed basic and used 'en-Us' form of the dayString.