Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Libraries and TheIDE: i18n, Unicode and Internationalization » EditField and DateFormat problems
icon7.gif  Re: EditField and DateFormat problems [message #4493 is a reply to message #4480] Sat, 12 August 2006 02:09 Go to previous messageGo to previous message
exolon is currently offline  exolon
Messages: 62
Registered: July 2006
Location: 53'21N 6'18W
Member
Spot on - adding the missing SetDateFormat fixed it.

Changing the code to:
GUI_APP_MAIN
{
	SetLanguage(LNGC_('E', 'N', 'I', 'E', CHARSET_UTF8));
	SetDateScan("dmy");
	SetDateFormat("%3:02d/%2:02d/%1:4d");
	MainGui().Run();
}

Works perfectly. I'm a happy camper. Thanks Rbmatt and Luzr (and Fudadmin for moving this to a more useful place).

btw: I mentioned about the slowness of gcc's linker, but after switching to build with MSC8, the difference is striking - MSC8 seems to link about 10 times faster than gcc's ld! What the hell are they doing to take so much time...
 
Read Message icon14.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon7.gif
Read Message
Previous Topic: incorrect date format for hungarian language
Next Topic: TheIDE fie choser dialog can't recongize Chinese
Goto Forum:
  


Current Time: Sat Apr 27 16:19:10 CEST 2024

Total time taken to generate the page: 0.04738 seconds