DateTime
Retrieves time or date string in the correct syntax as defined in the Palm Preferences


Download

DateTime (43 KB)

 

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;
 

  © 2005 Ulrich Riepert / Authorized for posting at CASLSoft.com