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 » CalendarCtrl » Calendar control localization format
Re: Calendar control localization format [message #60555 is a reply to message #60554] Mon, 29 April 2024 22:28 Go to previous messageGo to previous message
Zbych is currently offline  Zbych
Messages: 327
Registered: July 2009
Senior Member
Add SetDateFormat to your GUI_APP_MAIN, just before Run()

GUI_APP_MAIN
{
    SetLanguage( SetLNGCharset( GetSystemLNG(), CHARSET_UTF8 ) );
    SetDateFormat("%1:04d-%2:02d-%3:02d");
    SetDateScan("ymd");
    SetDateFilter("A/\a .-");
    MyApp().Run();
}
 
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Calendar & Clock titles unreadable (white numbers on light gray)
Goto Forum:
  


Current Time: Fri Jul 18 17:20:48 CEST 2025

Total time taken to generate the page: 0.00698 seconds