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
Hi, I tried to use your library for my admin dashboard. However, I am unable to configure it to show dates of previous 30 days from today, but no date in the future.
Providing negative value to endDate prop didn't work. So I tried to copy the code and modify it on my own, but could not do so. If I somehow try to change the startDate to anything previous to the current date, it renders nothing. Please help.
The text was updated successfully, but these errors were encountered:
Okay, I was able to pinpoint the issue. It arises when the startDate and lastDate have a difference of less than 30 days and the startDate and lastDate are in different months. This causes the for loops to malfunction in some way. The culprit might be this line:
Hi, I tried to use your library for my admin dashboard. However, I am unable to configure it to show dates of previous 30 days from today, but no date in the future.
Providing negative value to
endDate
prop didn't work. So I tried to copy the code and modify it on my own, but could not do so. If I somehow try to change thestartDate
to anything previous to the current date, it renders nothing. Please help.The text was updated successfully, but these errors were encountered: