I am making a web application that connects to user's Dropbox account. When i retrieve metadata of files and folders, Dropbox returns corresponding modified dates on following format:
"Sat, 21 Aug 2010 22:31:20 +0000"
How can i convert this to following format?
21/08/2010 22:31
Any help will be much appreciated.