Here is the screenshot from Github code (dhis2-core)
The above screenshot shows that the number of days in month 11 and month 12 (30, 30 respectively).
But the latest Nepali Calendar has 29 days in month 11 and 31 days in month 12.
This needs to be reflected in both JAVA and JavaScript libraries.
Does anyone has workaround for this?
3 Likes
rcpoudel
(RC Poudel)
2
Dear Padam sir,
i have already update on the
To address this:
- A quick fix can be implemented by modifying the Java Nepali Calendar class and rebuilding the WAR file.
- A permanent fix will require updating the core implementation, which takes more time and collaboration.
Before proceeding, we need to verify the build version and build revision to ensure compatibility with the fix.
If there is a functional issue, I can assist with a temporary fix by rebuilding the WAR file based on the build version and build revision.
1 Like