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 » DataTimeCtrl and format dd/mm/yyyy
Re: DataTimeCtrl and format dd/mm/yyyy [message #9266 is a reply to message #9264] Tue, 24 April 2007 19:16 Go to previous message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
Works perfectly for me.

Bear in mind that if you call SetDateFormat/Scan after you have entered a date into the Ctrl you won't see it change because it's stored internally as a WString. But if you change formats and then reopen the Calendar pop-up you can see that it has swapped formats correctly.

If you want the change the date format after dates have been entered you need to make sure the data gets parsed correctly:
SetDateFormat("%3:02d/%2:02d/%1:4d");
// Read using old format, then set using new format
date_field.SetData( date_field.GetData() );
SetDateScan("dmy");


James.

[Updated on: Tue, 24 April 2007 20:01]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: DateTimeCtrl
Next Topic: DateTimeCtrl and format ddmmyyyy
Goto Forum:
  


Current Time: Mon May 06 10:28:02 CEST 2024

Total time taken to generate the page: 0.01282 seconds