Hi,
If i use following code i get a error:
Qt Code:
  1. QDateTime dt = QDateTime::currentDateTime();
  2. QString datum = dt.toString(M.yy);
To copy to clipboard, switch view to plain text mode 

error:
Qt Code:
  1. ergebnisse.cpp:124: error: `M' undeclared (first use this function)
  2. ergebnisse.cpp:124: error: (Each undeclared identifier is reported only once for
  3. each function it appears in.)
To copy to clipboard, switch view to plain text mode