Filter by date modified

Hi,

Am I able to filter files that are displayed via the “browse()” command?

Currently I have this:

_fileReference.browse( [ new FileFilter("Images", "*.jpg;*.gif;*.png") ] );

Which only displays the image files, but is there a way to also only show the most recently modified files? eg. last modified in 1 week.

Any ideas?
Regards