Ordering Folders having Date as Names

Hi All,

I have directories under
/development/arun/weekly/

20120421
20120414
.
.
.
.
I need to arrange these directories in descending order.
folder name with recent date will be on top and then others.

Hi, the ls command sort alphabetically by default, then

ls -1

or

ls -1r

for revert order