You're right. Thanks.
Now, I'm using the DateTemplateToAscii function to give a format to the date,
because I need only two digits to the day, month and year with zeros.
DateTemplateToAscii("^4s_^3z_^0z",curDateTime.month,curDateTime.day,curDateTime.year,sToday,20);
And I would like to do the same with the time; because the SysQSort does not do
the order correctly.
For example(YY_MM_DD_hh.mm.ss):
05_06_24_8.30.07
05_06_24_3.05.04
05_06_24_10.30.05
05_06_24_10.30.01
Instead of:
05_06_24_10.30.05
05_06_24_10.30.01
05_06_24_8.30.07
05_06_24_3.05.04
Could you help me?. Thanks.
Best Regards.
Edgar T. López
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/