FormatDateTime两只格式都同样

FormatDateTime两只格式都一样?
  edt1.Text := FormatDateTime('yymmddHHnnss', Now());
  edt2.Text := FormatDateTime('yymmddHHmmss', Now());

打印结果一样,为什么?这两种格式不一样啊

------解决方案--------------------
.                   F1