--- quennie wrote:

> Is there any command/function to get today's date. 

  DateTimeType today;
  UInt32 seconds;

  seconds = TimGetSeconds();
  TimSecondsToDateTime(seconds, &today);

Sometimes you have to do a little programming to get what you want. :)


__________________________________________________
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards�
http://movies.yahoo.com/

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to