"Todd Cary" <[EMAIL PROTECTED]> wrote in message news:65546@palm-dev-forum... > > What is the converstion for a date string to a number so I can compare > dates e.g. > "10/20/01" and "10/2/01"? > > Same for times e.g. > "10:32" and "13:12"? > > Many thanks.......
You need to write your own string to DateType or DateTimeType conversion routines. Once you have it in that form, converting to a numerical form using DateToDays or TimDateTimeToSeconds is pretty easy, and the numerical form can be easily compared. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
