If I have two dates (ex. '3/1/2016' and '2/28/2017') what is the best way to get the difference measured in weeks?
Asked
Active
Viewed 930 times
0
-
7 days in a week. – Daniel Lee Feb 21 '17 at 11:21
-
Sorry, should be easy to get out. Just get days between the two dates, and days/7 will be OK. – Simon Wang Feb 21 '17 at 11:23