I'm tearing my hair out!
this simple line
Edit1.Text:= InttoStr(DaysInAMonth(2020,2));
gives when I compile
[Error] Unit1.pas(35): Undeclared identifier: 'DaysInAMonth'
However I use the function (& other date functions) I get the same. Help please!
Many thanks
Michael
this simple line
Edit1.Text:= InttoStr(DaysInAMonth(2020,2));
gives when I compile
[Error] Unit1.pas(35): Undeclared identifier: 'DaysInAMonth'
However I use the function (& other date functions) I get the same. Help please!
Many thanks
Michael