Qt Code:
  1. QDateTime dt = QDateTime::currentDateTime();
  2. QString datum = dt.toString("ddd dd MMM hh mm ss yyyy");
To copy to clipboard, switch view to plain text mode 
Everything is in the docs did you bother reading them?