How to convert int to string?

Hi,

I have some troubles converting a int to string:

String holiday = new String($Date$);

I get the error message: “Cannot find symbol :constructor String(int)”

Could you please help me with this issue.

regards,

Schlirgg

Use Integer.toString(123) instead.