recursive sorting

In the ls command, -t option and -R option dont work simultaneously.

ls -t ---> lists the files with sorting based on file date
ls -R ---> lists the files recursively.

How to make utilize both in the same command.?

I want to sort the recursive files listing..

ls -tR is correct