The program just has "SysUtlils" in the USES section and it is trying to use "ShortDateFormat". It also has "Forms" in the USES section and it can find what it needs in "VCL.Forms", but can't resolve the old "SysUtils" to "System.SysUtils". How do I get the program to be able to find "ShortDateFormat"?
↧