hey,
I would like to parse TDesC to TTime format usind TTime::Parse().
As I noticed this functions use system DateFormat to parse TDesC correctly.
I know that I can change system DateFormat using TLocale::Set() if TLocale:ateFormat() doesnt match my preferred DateFormat, but it is risky (what if my application Panic??).
My question is how to change DateFormat temporarly (just for my application) to let TTime::Parse() parse my TDesC without interferring to system settings.
Peter

ateFormat() doesnt match my preferred DateFormat, but it is risky (what if my application Panic??).
Reply With Quote


