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 » DropDate problem?
DropDate problem? [message #25912] Fri, 19 March 2010 11:09 Go to previous message
coolman is currently offline  coolman
Messages: 114
Registered: April 2006
Location: Czech Republic
Experienced Member
Hello.

I've got problem with DropDate function. When I select new date from Calendar I got invalid date. Calendar returns Time instead of Date.

How can I solve this problem?

Thanks, Radek

#include <CtrlLib/CtrlLib.h>

using namespace Upp;

GUI_APP_MAIN
{
	TopWindow win;
	DropDate dd;

	dd <<= GetSysDate();
	
	win.Add(dd.HSizePos().TopPos(0, Ctrl::STDSIZE));
	win.Run();
}

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: StrToDate(Date& d, const char *s, Date def)
Next Topic: DropTime and WhenAction() problem
Goto Forum:
  


Current Time: Fri Apr 19 22:29:42 CEST 2024

Total time taken to generate the page: 0.04204 seconds