Popular repositories Loading
-
Code-to-find-Week-Number-from-Date
Code-to-find-Week-Number-from-Date Publicfunction GetWeekNumber(CurrentDates) { var InitialDate = new Date(CurrentDates.getFullYear(), CurrentDates.getMonth(), 1); var DatetobeTaken = InitialDate.getDay(); if (DatetobeTaken == 0) { Dateto…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.