Hi,
I need to destress so I thought I would try my hands on applet development. I am trying to create a calendar applet, but hit some basic scripting problem.
1. In order to determine if leap year, I would need division mod but I don't think that's supported in PointUI scripting engine.
2. I also need to extract the year and month from a DateTime object, in integer value. It looks like DateTime only supports ToString, but String object does not have ToInteger or similiar method.

not a support question