How to sort datemonthyear by reverse chronological order using Python
I have folder named like 29Jun2011,12Aug2013,31Jan2013,08Aug1985. I have
to sort out reverse chronological order using Python script. And I have to
store a latest one in a variable and print it.
No comments:
Post a Comment