The getWeekOfYear() function can be used to view records whose date field belongs to the current week. To do this,
1. Create a Formula field in your form with the following expression as given below, where Date_1 is the name of the date field in your form. You can also use the Added_Time field instead of your Date field, based on your requirement. The formula expression will return the week number in the Formula field.
Date_1.getWeekOfYear()Formula_1 == zoho.currentdate.getWeekOfYear()