Right...beginning to get this a little more;

The date functions are as follows in MIDlet Pascal;

GetYear();
GetMonth();
GetWeekDay();
GetYearDay();

All are integers...

There is no DateToStr()

But there is an IntegerToString();

...There is no RealToString(); for floatingpoint/real numbers as far as I know in MP if your using real numbers you need to use the function Trunc(); to convert it without the decimal...