Yuen Kwee wrote: > hi every1! > > i have simple problem. and the problem is how to display the date format, > for example "31/01/05" for 31st jan 2005. i tried using dfDMYWithSlashes, > but the end result is "31/1/05"
Since you want a specific format, the easiest solution will probably be to format it yourself. Just get the time with TimGetSeconds(), then convert into month, day, and year with TimSecondsToDate(), and then StrPrintF() into a character buffer of the right length. - Logan -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
