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
This is what i tried to implement and figured out that when i click on nov 7 which is today ,
the Onclick() funtion redirects to october 7 and not nov 7
The text was updated successfully, but these errors were encountered:
setStartDateWithParts(currentDateTime.getYear(), currentDateTime.getMonthOfYear()-1, currentDateTime.dayOfMonth().withMinimumValue().getDayOfMonth());
setEndDateWithParts(currentDateTime.getYear(), currentDateTime.getMonthOfYear(), currentDateTime.getDayOfMonth());
This is what i tried to implement and figured out that when i click on nov 7 which is today ,
the Onclick() funtion redirects to october 7 and not nov 7
The text was updated successfully, but these errors were encountered: