Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Calendar cal = Calendar.getInstance();
cal.set(Calendar.WEEK_OF_YEAR, 3);
cal.set(Calendar.DAY_OF_WEEK, Calendar.MONDAY);
return cal.getTime;