react-tailwindcss-datepicker icon indicating copy to clipboard operation
react-tailwindcss-datepicker copied to clipboard

#163 fixes calculation of previous date in other languages

Open IsaEs opened this issue 2 years ago • 0 comments

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.

IsaEs avatar Oct 29 '23 06:10 IsaEs