Answer the question
In order to leave comments, you need to log in
How to get php week limits?
How to find out the week boundaries (Monday and Sunday number) for any week of the year? Let's find out what date is Monday in mid-December
Answer the question
In order to leave comments, you need to log in
There is such a thing as ngPluralize in Angular . You can dig in this direction.
echo date('M d',strtotime('2014W15'));
echo date('M d',strtotime('2014W15')+6*24*3600);
in the date function, the D directive tells us the day of the week. Find out today's date and day of the week, then calculate from this date, in a cycle.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question