Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » CExtDateTimeWnd Long date Collapse All
Subject Author Date
Paul Cowan Aug 20, 2007 - 1:14 PM

How can I get a CExtDateTimeWnd control to display in the regional long date format?

Technical Support Aug 22, 2007 - 11:24 AM

The CExtDateTimeWnd::OnInitializeItemsArray() virtual method initializes all the fields in the date time control. It creates all the fields in the sequence which is defined by the currently installed locale. Unfortunately the long date format is not supported yet, but it is possible to override the CExtDurationWnd::OnQueryItemText() virtual method for replacing a month number with the corresponding name.