How to list files by latest modified [Windows Only]

Often times in my programming job I will have lots of lots of version of files inside a particular folder. So I need a quick way to list out all the files and sort them by latest modified so I know that particular file/folder is the file/folder that I was last working on.


The command to run at the command prompt is :
dir /O:-D