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.
whileprintingrecords;
numberVar weeknum := 15; //replace with your weeknum
datevar startdate := CDate(2004,1,4); //replace with your date
ToText(DateAdd("ww",weeknum,startdate),"MMMM dd") + " - " +
ToText((DateAdd("ww",weeknum,startdate)+7),"MMMM dd");