my app uses
(DateTime.Now.ToString("h:mm:ss mm/dd/yyyy")
To get the system time and format it to show like above. The problem is that when "mm" value is always wrong.
Sometimes it is 45 or 20 but months only go up to 12. Does anyone know what the problem is?