for example how to sort c based only in the date element ?

a=['1','2','2011/09/01']
b=['2','2','2010/09/01']
c=[]
c.extend([a,b])

Thank you

Reply via email to