Akshay Venkatraman
Results
1
issues of
Akshay Venkatraman
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...