functionnumWeeks($dateOne, $dateTwo){
//Create a DateTime object for the first date.$firstDate=newDateTime($dateOne);
//Create a DateTime object for the second date.$secondDate=newDateTime($dateTwo);
//Get the difference between the two dates in days.$differenceInDays=$firstDate->diff($secondDate)->days;
//Divide the days by 7$differenceInWeeks=$differenceInDays / 7;
//Round down with floor and return the difference in weeks.returnfloor($differenceInWeeks);
}
$numOfWeek=numWeeks('2021-01-21', '2021-01-28');
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems
resetting your password contact us
Check Your Email and Click on the link sent to your email