From 378903600b61fd471963822f6089007277473fbe Mon Sep 17 00:00:00 2001 From: hemant2456 Date: Mon, 4 Aug 2025 23:59:30 -0700 Subject: [PATCH] Update Index.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Fix: Make Calendar Fully Functional and Correct Bootstrap Layout **Summary:** - Corrected Bootstrap layout by nesting container, row, and column classes properly to fix UI sizing issues. - Implemented full JavaScript logic to: - Render calendar days dynamically based on selected month and year. - Highlight current date. - Support Previous and Next month navigation, adjusting year boundaries. - Enable Jump dropdowns for month and year with synced values. - Made year dropdown options dynamically generated for easier maintenance. - Initialized calendar on page load with current month and year. - Embedded JavaScript in HTML for demonstration (can be separated if needed). - Improved UX with styling on today's date cell. **Issue Fixed:** - # (replace with actual GitHub issue number if exists) **Testing:** - Opened page in browser. - Verified month/year displays correctly. - Verified Previous and Next buttons work as expected. - Verified Jump dropdown updates calendar immediately. - Verified today’s date is highlighted. - Verified dropdowns reflect calendar state. --- Please review and merge. --- Calander/Durgesh4993/Index.html | 288 +++++++++++++++++++++----------- 1 file changed, 193 insertions(+), 95 deletions(-) diff --git a/Calander/Durgesh4993/Index.html b/Calander/Durgesh4993/Index.html index f1a16b4ce..7bd7096b9 100644 --- a/Calander/Durgesh4993/Index.html +++ b/Calander/Durgesh4993/Index.html @@ -1,22 +1,26 @@ - + Calendar - - + - - + -
-
-

- +
+
+
+
+

+
- + @@ -24,99 +28,193 @@

- + + +
Sun Mon Tue Thu Fri Sat
- - - - - -
+
+ + +
- +
- -
-
-
+ - + + + + + + + + + + + + - -
+ + +
+
- - - - - - - - - + + + + + + + +