Mohd-FaiZ-Jr / Menu-Mate

Menu Mate is a convenient app designed for ITER hostel residents. It allows users to easily view the daily mess menu and check tomorrow's menu in advance, helping them plan their meals ahead of time. Developed by Mandeep Ray & Mohammad Faiz
https://menumate.netlify.app
MIT License
1 stars 11 forks source link

fix: refactor code to calculate weekNumber #4

Closed Zish303 closed 1 week ago

Zish303 commented 1 week ago

Fixes #3

I have refactored the code in Menu.js.

New logic:

  1. Calculate day on first date of the month.
  2. Calculate the difference between the current date and the start date of month.
  3. Calculated week number by dividing the above difference by 7.

Expected Outcome: The refactored logic should give the correct week number of the month.