Ascii to DateTimeType

2000-05-19 Thread Tim Astle
Is there such a function out there? I searched through the header files and the resource pdf for an existing one, but I had no luck. -- Tim Astle -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Ascii to DateTimeType

2000-05-21 Thread Ken Krugler
Hi Tim, >Is there such a function out there? I searched through the header files and >the resource pdf for an existing one, but I had no luck. Nope. One of the problems with such a routine is that there are so many possible text formats for dates & times. If it's a fixed, unlocalizable format

Re: Ascii to DateTimeType

2000-05-22 Thread HowY
Tim Astle <[EMAIL PROTECTED]> wrote in message news:12128@palm-dev-forum... Hi Tim! Still grindin out the code! Ascii to a Date Time TYPE... Surely POSSIBLE just not in the API but a nice addition too it! The date time TYPE is jus a struct... DateTimeType dateTime; // grab current TimSeco