fork download
  1. import datetime
  2.  
  3. now = datetime.datetime.now()
  4. date_time = now.strftime("%m-%d-%Y %H:%M")
  5. print date_time
Runtime error #stdin #stdout 0.02s 5852KB
stdin
Standard input is empty
stdout
Standard output is empty