Functions
definition
external
"CASL_DateTime";
function GetTimeStr(numeric xHour,
numeric xMinute, numeric xSecond) as
string;
# Remark: Seconds are currently not supported by Palm OS!
function GetDateStr(numeric xYear,
numeric xMonth, numeric xDay,
numeric Long) as string;
# Long = 1 : long date format like "May 18,
2002"
# Long = 0 : short date format like "5/18/02"
end_external;
|