File Explorer filter

Hi, how can I filter PDF files by start time and end time use File Explorer ?

anyone know how to do ?

The File Explorer component does not have this functionality.
You would need to browse your own directory path, then use the ‘Tree View’ component to display it. Java has some functions to browse directories ( https://stackoverflow.com/questions/3154488/how-do-i-iterate-through-the-files-in-a-directory-in-java ) or you could use the Python equivalents ( https://docs.python.org/2/library/os.path.html#os.path.walk ) to build up an Ignition dataset, then populate that on the Tree View.