fork(54) download
  1. # your code goes here
  2.  
  3. import datetime
  4. d = datetime.datetime.strptime("01/27/2012", "%m/%d/%Y").strftime('%m/%d/%Y')
  5. print d
Success #stdin #stdout 0.01s 24632KB
stdin
Standard input is empty
stdout
01/27/2012