I am writing a manual for user to use a web application.
One of the function requires user to key in the date, and then the number of weeks before that date, the number of weeks needs to be smaller than 52 weeks and greater than 25 weeks. But I think the phrase "smaller than 52 weeks and greater than 25 weeks" is a bit too clumsy, is the following OK?
Number of weeks for data retrieval is limited within 25 to 52 weeks.
I wonder if limited within or limited between is grammatically correct.